Index | PAL Intro | Commands | Registers | Indices | Stack | Macros | Classes | Attributes | Errors
stack/pull - Pulls data off program stack
Synopsis
Description
Error Handling
Examples
See Also
Author
stack/pull write <, write ... >
Pulls data items off the program stack, saving the pointers in each consecutive write argument provided.
A runtime error is generated if you attempt to pull a stack lock marker. You must use the PEEK special register if you wish to test for its presence.
If you attempt to pull data off an empty stack, a runtime error will also be generated.
stack/pull P1, P0 Pulls two data items, storing in the registers P1 and P0 respectively.
pal_commands(5), pal_registers(5), pal_stack(5), stack_push(5),
PROSE Assembly Language at prose.sourceforge.net.
Copyright (c) 2002-2008 Mark R. Bannister <cambridge@users.sourceforge.net>.
This is free software and can be downloaded from prose.sourceforge.net; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PAL 1.0 | stack_pull (5) | 8 September 2008 |