Pages

Search in This Blog

Sunday 15 January 2012

functional daigram of 8086

  • 8086 has two blocks Bus Interfacing Unit(BIU) and Execution Unit(EU).
  • The BIU performs all bus operations such as instruction fetching, reading and writing operands for memory and calculating the addresses of the memory operands. The instruction bytes are transferred to the instruction queue.
  • EU executes instructions from the instruction system byte queue.
  • Both units operate asynchronously to give the 8086 an overlapping instruction fetch and execution mechanism which is called as Pipelining. This results in efficient use of the system bus and system performance.
  • BIU contains Instruction queue, Segment registers, Instruction pointer, Address adder.
  • EU contains Control circuitry, Instruction decoder, ALU, Pointer and Index register,Flag register.

No comments:

Post a Comment