Prev: 07783 Up: Map Next: 07808
07802: 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 07802 CALL TWO_PARAM The operands are fetched.
07805 OUT (C),A The actual 'OUT' instruction.
07807 RET Return - to STMT_RET.
Prev: 07783 Up: Map Next: 07808