Prev: 07202 Up: Map Next: 07254
07246: THE 'COMMAND CLASS 2' ROUTINE
The address of this routine is derived from an offset found in the command class table.
Command class 2 is concerned with the actual calculation of the value to be assigned in a LET statement.
CLASS_02 07246 POP BC The address SCAN_LOOP is dropped.
07247 CALL VAL_FET_1 The assignment is made.
07250 CALL CHECK_END Move on to the next statement either via CHECK_END if checking syntax, or STMT_RET if in 'run-time'.
07253 RET
Prev: 07202 Up: Map Next: 07254