adplus-dvertising
frame-decoration

Question

Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:

a.

ASRA

b.

ADDA h#01FE, i

c.

LOADA h#OD4E, i

d.

STOREA h#014B, d

Answer: (d).STOREA h#014B, d

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:

Similar Questions

Discover Related MCQs

Q. Convert the .WORD d#790 assemblylanguage pseudo-ops into hexadecimal machine language:

Q. Which of the following is true for machine language?

Q. The part of the machine level instruction, which tells the central processor what has to be done is

Q. In which of the following no information hiding is done ?

Q. The computer language generally translated to pseudocode is

Q. Advantage of using assembly language rather than machine language is that

Q. In Assembly language programming, minimum number of operands required for an instruction is/are

Q. Assembly language

Q. The assembler directive EQU, when used in the instruction : Sum EQU 200 does,

Q. The purpose of the ORIGIN directive is,

Q. The directive used to perform initialization before the execution of the code is ______ .

Q. _____ directive is used to specify and assign the memory required for the block of code .

Q. The utility program used to bring the object code into memory for execution is ______.

Q. To overcome the problems of the assembler in dealing with branching code we use _____ .

Q. The instruction DEC N inform the assembler to

Q. Assembly language programs are written using

Q. Instructions performing actions in assembly language are called

Q. The instruction “JUMP” belongs to

Q. The instructions that transfer the control to some predefined address or the address specified in the instruction are called as

Q. The instructions which after execution transfer control to the next instruction in the sequence are called