Archive for January 2012
Flag Registers In 8086, Conditional flag,
The Conditional Flag:-
There are six conditional flag.
The Parity Flag(PF)
The Zero Flag(ZF)
The Sign Flag(.
Flag Registers In 8086

Flag Register:-
It is a 16-bit register with each bit corresponding to a flip-flop. It changes its status according to the stored output in the accumulator. A flag can control certain operation.
The Execution Unit, EU
The execution unit(EU):
The main function of EU is decoding and execution of the instructions. It tells the BIU that where to fetch instructions or data from.
Different Parts of Execution Unit(EU):-.
Tag :
8086
Bus Interface Unit, BIU, __Continue........
Instruction Pointer:-
• It is 16-bit register, which identifies the location of the next word of instruction code that is to be fetched in the current code segment.
• IP contains an offset.
Tag :
8086
Bus Interface Unit, BIU
The Bus Interface unit (BIU)
This unit handles all transfer of data and addresses on the buses for the EU(execution unit). This unit sends out addresses, fetches instructions from memory, reads data from ports and memory and writes data to ports.
Tag :
8086