First page Back Continue Last page Graphics
Execution Control
Almost all microprocessors share two important registers
- Program Counter
- Contains the address of the next instruction to execute
- Stack Pointer
- Contains the address of the top most memory position in use on the stack.
- Very important for supporting subroutines calls.
- Hence important for interrupt routines too!