Posted by : Unknown
Sunday, April 15, 2012
Stack
Pointer (SP)
The stack pointer is also a 16-bit register used as a memory
pointer. It points to a memory location in R/W memory, called the stack. The
beginning of the stack is defined by loading 16-bit address in the stack
pointer. This programming model will be used in subsequent tutorials to examine
how these registers are affected after the execution of an instruction.