BASIC FUNCTIONS
SECTION 5.17
5.17.5 Function POP fetches (POP's) a value from the machine code sub-
routine linkage stack.
Syntax
POP(N)
where N=number of parameters to be POPPED.
Examples A:POP(2)
POPs two values off the machine codeĀ· linkage stack.
A=latter parameter.
Remarks Allows Basic to access 16 bit results from machine code
subroutines.
Refer to section 4.8, MACHINE CODE CALLS, which discusses
machine code calls.
WARNING do not attempt to pop more variables from the stack
than have been pushed.
PAGES - 105