Routines |
Prev: 1E7A | Up: Map | Next: 1E85 |
The address of this routine is found in the parameter table.
In a similar manner to OUT, the POKE operation is performed.
|
||||
POKE | 1E80 | CALL TWO_PARAM | The operands are fetched. | |
1E83 | LD (BC),A | The actual POKE operation. | ||
1E84 | RET | Return - to STMT_RET. |
Prev: 1E7A | Up: Map | Next: 1E85 |