adplus-dvertising
frame-decoration

Question

The assembler directives which are the hints using some predefined alphabetical strings are given to

a.

processor

b.

memory

c.

assembler

d.

processor and assembler

Answer: (c).assembler

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The assembler directives which are the hints using some predefined alphabetical strings are given to

Similar Questions

Discover Related MCQs

Q. Which of the following is not a machine controlled instruction?

Q. NOP instruction introduces

Q. Which instruction cannot force the 8086 processor out of ‘halt’ state?

Q. The instruction that unconditionally transfers the control of execution to the specified address is

Q. The instructions that are used to call a subroutine from the main program and return to the main program after execution of called function are

Q. Match the following:

A) MOvSB/SW 1) loads AL/AX register by content of a string

B) CMPS 2) moves a string of bytes stored in source to destination

C) SCAS 3) compares two strings of bytes or words whose length is stored in CX register

D) LODS 4) scans a string of bytes or words

Q. The instruction that is used as prefix to an instruction to execute it repeatedly until the CX register becomes zero is

Q. In the RCL instruction, the contents of the destination operand undergo function as

Q. The instruction that performs logical AND operation and the result of the operation is not available is

Q. The Carry flag is undefined after performing the operation

Q. The mnemonic that is placed before the arithmetic operation is performed is

Q. The ROR instruction rotates the contents of the destination operand to

Q. The instruction that is used to convert the result of the addition of two packed BCD numbers to a valid BCD number is

Q. The expansion of DAA is

Q. The instruction in which adjustment is made before performing the operation is

Q. Which of the following is a mnemonic?

Q. In general, the destination operand of an instruction can be

Q. The instruction that adds immediate data/contents of the memory location specified in an instruction/register to the contents of another register/memory location is

Q. The contents of a base register are added to the contents of index register in

Q. The instruction, JMP 5000H:2000H;
Is an example of