Prev: 1E67 Up: Map Next: 1E80
1E7A: THE 'OUT' COMMAND ROUTINE
The address of this routine is found in the parameter table.
The two parameters for the 'OUT' instruction are fetched from the calculator stack and used as directed.
OUT_CMD 1E7A CALL TWO_PARAM The operands are fetched.
1E7D OUT (C),A The actual 'OUT' instruction.
1E7F RET Return - to STMT_RET.
Prev: 1E67 Up: Map Next: 1E80