C64 ROM | Routines |
Prev: F314 | Up: Map | Next: F32F |
F31F | BD 59 02 | LDA $0259,X | get logical file from logical file table | |
F322 | 85 B8 | STA $B8 | save the logical file | |
F324 | BD 63 02 | LDA $0263,X | get device number from device number table | |
F327 | 85 BA | STA $BA | save the device number | |
F329 | BD 6D 02 | LDA $026D,X | get secondary address from secondary address table | |
F32C | 85 B9 | STA $B9 | save the secondary address | |
This entry point is used by the routine at F314.
|
||||
F32E | 60 | RTS |
Prev: F314 | Up: Map | Next: F32F |