| C64 ROM | Routines |
| Prev: F5ED | Up: Map | Next: F69B |
|
Used by the routine at F5ED.
|
||||
| F68F | A5 9D | LDA $9D | get message mode flag | |
| F691 | 10 FB | BPL $F68E | exit if control messages off | |
| F693 | A0 51 | LDY #$51 | index to "SAVING " | |
| F695 | 20 2F F1 | JSR $F12F | display kernel I/O message | |
| F698 | 4C C1 F5 | JMP $F5C1 | print file name and return | |
| Prev: F5ED | Up: Map | Next: F69B |