Explain the statements present in assembly language, Operating System

Assignment Help:

Explain the Statements Present in Assembly Language

An assembly program consists of subsequent three types of statements:

a. Imperative statements: this point out an action to be carried out during execution of the assembled program. Every imperative statement usually translates into one machine instruction.

b. Declaration statements: The syntax of declaration statements is like this:

        [Label]      DS
        [Label]      DC ‘

The DS statement reserves areas of memory and links names with them.
The DC statement constructs memory words containing constants.

c. Assembler directives: These instruct the assembler to carry out specific actions during the assembly of a program. For instance 
START directive points out that the first word of the target program generated by the assembler should be placed in the memory word along with address .


Related Discussions:- Explain the statements present in assembly language

Briefly explain about file system implementation, Briefly explain about fil...

Briefly explain about file system implementation? Several on-disk and in-memory structures are used to execute a file system. On disk, the file system may have information abou

WINDOWS XP, DESIGN GOALS OF WINDOWS XP.DESCRIBE IN DETAIL.

DESIGN GOALS OF WINDOWS XP.DESCRIBE IN DETAIL.

Malloc, I need help implementing malloc

I need help implementing malloc

Is computers protect the operating system, Q. Some untimely computers prot...

Q. Some untimely computers protected the operating system by placing it in a memory partition that couldn't be modified by either the user job or the operating system itself. Expl

What problems arise if the directory is a general graph, What problems aris...

What problems arise if the directory structure is a general graph? Searching for a particular file may result in searching the similar directory many times. Deletion of the fil

What do you meant by the term ergonomics, Question 1: "Three entities m...

Question 1: "Three entities must be accountable and responsible for accident prevention." (a) List and explain these three entities. (b) Discuss the role of workers in ma

What is the purpose of system calls, What is the purpose of system calls? ...

What is the purpose of system calls? System calls permit user-level processes to request services of the operating system.

Difference between the vfork() and fork() system call, In the mean while th...

In the mean while the fork() system call the Kernel creates a copy of the parent process's address space and adds it to the child process. But the vfork() system call do no

Thread pools, Another solution then would be to keep a pool of threads. Whe...

Another solution then would be to keep a pool of threads. Whenever a new task arrives, the system would simply get a thread from pool and set that thread to work on the given task.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd