EasyManua.ls Logo

Husky Hunter - Page 286

Husky Hunter
499 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
BASIC FUNCTIONS SECTION 5. 17
PUSH
5, 17.15 Function PUSH pushes a 16 bit value onto HUNTER's machine code
subroutine linkage stack which is gener~lly used with
machine code
CALL's,
Syntax
PUSH variable 1, variable 2, .... variable n.
Examples PUSH A,B
pushes the integer (16 bit binary) representation of the
variables A and B onto the stack,
Remarks These variables may be accessed or modified by a machine
code program. See section 4.8, MACHINE CODE CALLS,
POP is the reverse of PUSH,
VER.V09F