81. For which one of the following, the instruction XRA A in 8085 microprocessor can be used?
- Set the carry flag
- Set the zero flag
- Reset the carry flag and clear the accumulator
- Transfer FFH to the accumulator
82. An 8085 microprocessor is executing the programme as follows:
MVI A, 20H
MVI B, 10H
BACK: NOP
ADD B
RLC
JNC BACK
HLT
How many times the instruction NOP will be executed?
- 4
- 3
- 2
- 1
83. The stack pointer of an 8085 microprocessor is ABCD H. At the end of execution of the sequence of instructions, what will be the content of the stack pointer?
PUSH PSW
XTHL
PUSH D
JMP FC70 H
- ABCB H
- ABCA H
- ABC9 H
- ABC8 H
84. What is the correct 8085 assembly language instruction that stores the contents of H and L registers into the memory locations 1080 H and 1081 H respectively?
- SPHL 1080 H
- SHLD 1080 H
- STAX 1080 H
- SPHL 1081 H
85. When the operand requires for instruction is stored inside the processor, then What this addressing mode is called?
- Direct
- Register
- Implicit
- Immediate
86. Which one of the following addressing technique is not used in 8085 microprocessor?
- Register
- Immediate
- Register indirect
- Relative
87. In an instruction of 8085 microprocessor, how many bytes are present?
- One or two
- One, two or three
- One only
- Two or three
88. Which one is the indirect addressing mode in the following instructions?
- LXI H 2050 H
- MOV A, B
- LDAX B
- LDA 2050 H
89. The addressing mode used in the instruction JMP F347 H in case of an Intel 8085A microprocessor is which one of the following?
- Direct
- Register—indirect
- Implicit
- Immediate
90. Carry flag is not affected after the execution of
- ADD B
- SBB B
- INR B
- ORA B