| C64 ROM | Routines |
| Prev: A659 | Up: Map | Next: A677 |
|
|
||||
| A65E | D0 2D | BNE $A68D | exit if following byte to allow syntax error | |
|
This entry point is used by the routine at A871.
|
||||
| A660 | 20 E7 FF | JSR $FFE7 | close all channels and files | |
|
This entry point is used by the routine at E0F9.
|
||||
| A663 | A5 37 | LDA $37 | get end of memory low byte | |
| A665 | A4 38 | LDY $38 | get end of memory high byte | |
| A667 | 85 33 | STA $33 | set bottom of string space low byte, clear strings | |
| A669 | 84 34 | STY $34 | set bottom of string space high byte | |
| A66B | A5 2D | LDA $2D | get start of variables low byte | |
| A66D | A4 2E | LDY $2E | get start of variables high byte | |
| A66F | 85 2F | STA $2F | set end of variables low byte, clear variables | |
| A671 | 84 30 | STY $30 | set end of variables high byte | |
| A673 | 85 31 | STA $31 | set end of arrays low byte, clear arrays | |
| A675 | 84 32 | STY $32 | set end of arrays high byte | |
| Prev: A659 | Up: Map | Next: A677 |