1. All flag register of 8086 MP are in clear state except di why?
What will happen if it is in
set state?
2. Draw the internal architecture of 8086 MP and explain the detailed working principle?
3. All register in 8086 MP are 16 bit and memory is 20 bit. How it generate 20 bit physical
address?
4. Briefly explain the working principles of the following codes in 8086 MP
A. XCHG AX, BX
B. XCHG [SI], AX
5. When the BIU starts fetching?
6. Why 8086 MP partitioned as BIU and EU
7. Draw the block diagram of register organization of AVR Microcontroller and discuss the
working principle?
8. How looping is done in AVR microcontroller?
9. Assume that AVR execute the following code
LDI R16, 0x10
LDI R20, 0
LDI R21, 3
Lbl:
ADD R20, R21
DEC R16
BRNE lbl
OUT 0x16, R20
A. What will be the output of the above program?
B. Discuss how AVR execute?
C. What will happen if R21 is changed to R5?