| |
| | The Stack (Site not responding. Last check: 2007-10-07) |
 | | The Stack is used when the Branch/Jump to Subroutine instructions are used to keep the return address for the next instruction in the main programme. |
 | | The Stack memory is maintained by the Stack Pointer (SP) register. |
 | | The stack uses LIFO (Last In First Out) algorithm, this means that if we Push registers or data one by one onto the stack as 1, 2, 3, 4, 5 then the first value that we will get on Pull will be 5, then 4, 3, 2, and finally 1. |
| www.electronics.dit.ie /staff/tscarff/6800/stack/stack.htm (272 words) |
|