Lecture #05, Microprocessor
Lecture #05, Microprocessor
BP base pointer.
used to access data area in stack segment.
stack address = [BP]+[SS]
also used as general purpose register.
IP instruction pointer.
contains offset address of next instruction to be fetched in BIU.
cannot be programmed by programmer.