Routines |
Prev: 1C22 | Up: Map | Next: 1C56 |
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 | 1C4E | POP BC | The address SCAN_LOOP is dropped. | |
1C4F | CALL VAL_FET_1 | The assignment is made. | ||
1C52 | CALL CHECK_END | Move on to the next statement either via CHECK_END if checking syntax, or STMT_RET if in 'run-time'. | ||
1C55 | RET |
Prev: 1C22 | Up: Map | Next: 1C56 |