Question 1: What are significant signals of Intel 8086 microprocessor?
Question 2: How many operating modes does 8086 microprocessor encompass?
Question 3:
a) Describe in detail the given instructions:
• ADC
• LHLD
• RLC
• DI
b) Define and describe the term addressing modes.
Question 4: List all the four categories of 8085 microprocessor instructions that manipulate the data.
Question 5: Define opcode and operand and specify the opcode and the operand in the instruction MOV H, L.
Question 6: Write logical steps to add up the following two Hex numbers. Both the numbers must be saved for future use. Save the sum in the accumulator. Numbers: A2H and 18H.
Question 7:
a) Specify the contents of the registers and the flag status as the given instructions are executed.
• MVI A, 00H
• MVI B, F8H
• MOV C, A
• MOV D, B
• HLT
b) Write instructions to load the hexadecimal number 65H in register C and 92H in accumulator A. Display the number 65H at PORT0 and 92H at PORT1.
Question 8: Draw and describe the block diagram of a microprocessor 8085.
Question 9:
a) Why the lower order address bus is multiplexed with data bus? How they will be de-multiplexed?
b) Distinguish between maskable and non-maskable interrupts.
Question 10: Write an 8085 assembly language program by using minimum number of instructions to add the 16 bit no. in BC, DE & HL. Store 16-bit result in DE pair.