Data Path Computer Organization
Data Path Computer Organization
ALU
Driver circuits for transmitting signals to external units (control unit, memory, I/O)
DATA REGISTERS
Examples:
Index registers:
These are used for indexed addressing and may be auto indexed.
CONDITION CODES:
The program counter is a processor register that holds the address of the instruction
that has to be executed next.
program counter gets incremented with the address of the next instruction to be
fetched for execution.
Instruction Register
The memory buffer register holds the data that has to be written to a memory
location or it holds the data that is recently been read.
EXAMPLES OF REGISTER ORGANIZATION
Several processors have a register termed as Program Status Word (PSW).
Sign: This field has the resultant sign bit of the last arithmetic operation
performed.
Zero: This field is set when the result of the operation is zero.
Equal: If a logical operation results in, equality the Equal bit is set.