quill | Routines |
Prev: 26124 | Up: Map | Next: 26192 |
|
||||
ACTION_SAVE | 26152 | CALL OPEN_CHANNEL_253 | ||
26155 | XOR A | |||
26156 | LD DE,2465 | "Start tape, then press any key" message | ||
26159 | CALL 3082 | Print message (A=message number; DE=message table) | ||
26162 | RES 5,(IY+1) | |||
26166 | SET 5,(IY+2) | |||
26170 | PUSH IX | |||
26172 | CALL 5588 | Read the keyboard | ||
26175 | LD IX,23296 | Address to save data from | ||
26179 | LD DE,256 | Block size = 256 | ||
26182 | LD A,255 | |||
26184 | CALL 1218 | Save bytes to tape | ||
26187 | POP IX | |||
26189 | JP ACTION_DESC | Execute DESC action |
Prev: 26124 | Up: Map | Next: 26192 |