91. The contents of the Program Counter (PC), when the microprocessor is reading from 2FFF H memory location, will be
- 2FFE H
- 2FFF H
- 3000 H
- 3001 H
92. If the HLT instruction of an Intel 8085A microprocessor is executed
- the microprocessor is disconnected from the system bus till the RESET is pressed.
- the microprocessor halts the execution of the program and returns to the monitor.
- the microprocessor enters into a HALT state and the buses are tri-stated.
- the microprocessor reloads the program counter from the locations 0024 H and 0025 H.
93. The stack pointer of an 8085 A microprocessor contains ABCD H.
PUSH PSW
XTHL
PUSH D
JMP EC75 H
At the end of the execution of the above instructions, what would be the content of the stack pointer?
- ABCB H
- ABCA H
- ABC9 H
- ABC8 H
94. In an Intel 8085 A, what is the content of the Instruction Register (IR)?
- Op-code for the instruction being executed
- Operand for the instruction being executed
- Op-code for the instruction to be executed next
- Operand for the instruction to be executed next
95. The content of the Program Counter of an intel 8085A microprocessor specifies which one of the following?
- The address of the instruction being executed
- The address of the instruction executed earlier
- The address of the next instruction to be executed
- The number of instructions executed so far
96. Which one of the following statement does not describe property/characteristic of a stack pointer register in 8085 microprocessor?
- It points to the top of the stack.
- It is UP/DOWN counter
- It is automatically initialized to 0000 H on power-on
- It is a 16-bit register
97. Which one of the following instructions is a 3-byte instruction?
- MVI A
- LDAX B
- JMP 2050 H
- MOV A,M
98. In 8085, the DAA instruction is used for
- Direct Address Accumulator
- Double Add Accumulator
- Decimal Adjust Accumulator
- Direct Access Accumulator
99. When an 8086 executes an INT type instruction, it?
- Resets both IF and TF flags
- Resets all flags
- Sets both IF and TF
- Resets the CF and TF
100. When an 8086 executes an INT type instruction, it?
- Resets both IF and TF flags
- Resets all flags
- Sets both IF and TF
- Resets the CF and TF