Question 1
Instruction that adds the contents of register B to the accumulator in 8085:
ADD B
ADI B
MOV A,B
SUB B
Question 2
The instruction DAA in 8085 is used to:
Adjust binary addition to two’s complement form
Adjust binary addition to BCD form
Convert binary to ASCII
Adjust binary subtraction result
Question 3
Flags that are affected by the INR instruction in 8085:
All flags
All except Carry
Only Zero and Sign
No flags
Question 4
Instruction used to transfer data from memory to accumulator indirectly via a segment register in 8086:
MOV AL, [BX]
MOV AX, BX
MOV BX, AX
MOV [BX], AL
Question 6
The instruction XRA A in 8085 will:
Complement the accumulator
AND accumulator with itself
XOR accumulator with itself and clear it
OR accumulator with itself
Question 8
Instruction used to compare the accumulator with a register in 8085:
SUB r
CPI data
CMP r
MOV r,A
Question 9
Working of instruction JNZ address:
Jumps if zero flag is set
Jumps if zero flag is reset
Jumps if carry flag is set
Jumps if accumulator is negative
There are 10 questions to complete.