| Operation: | POP |
| Function: | Pop Value From Stack |
| Syntax: | POP |
| Instructions | OpCode | Bytes | Cycles | Flags |
| POP iram addr | 0xD0 | 2 | 2 | None |
Description: POP "pops" the last value placed on the stack into the iram addr specified.
In other words, POP will load iram addr with the value of the Internal RAM address pointed to
by the current Stack Pointer. The stack pointer is then decremented by 1.
See Also: PUSH,
Instruction Set
(C) Copyright 1997 - 2008 by Vault Information Services LLC. All Rights Reserved.
Information provided "as-is" without warranty. Please see details.
Contact us for usage and copy permission.
|