Spectrum ROM | Routines |
Prev: 07202 | Up: Map |
The address of this routine is derived from an offset found in the command class table.
Command class 02 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 |