Draw the block diagram of basic microprocessor and explain it. Which block design is simple and explain it?
Why addressing modes are required in microprocessor? Discuss different types of addressing modes with suitable examples.
Write a program in 8-bit Microprocessor to multiply two 16 bits numbers and store in the memory location starting from 3500h. Save the carry bits in the location starting from 3600h.
Short Questions
Attempt any eight questions: (8 × 5=40)
Differentiate between PUSH and POP operations. Write a program to illustrate the use of PUSH operations.
Write an assembly language program to subtract two 16-bit numbers.
What do you understand by address decoding in the case of memory interfacing? Explain address decoding using 3 to 8 Decoder.
Which I/O interface is used in the 8-bit microprocessor? Explain different types of I/O instructions.
Why interrupt is required? Draw the block diagram of interrupt handler and explain it.
Explain the basic DMA Operation with required timing diagram.
How can you interface 8086 microprocessor?
How can you achieve pipelining in the basic microprocessor? Explain any type of basic pipelining with suitable diagram.
Draw the timing diagram for ADD C and explain it.
Write an assembly language to display a string “Assembly language coding is difficult” using 16 bit microprocessor code. Assume any necessary data.