Prev: F841 Up: Map Next: F875
F864: initiate a tape write
Used by the routines at F1DD and F291.
F864 20 D7 F7 JSR $F7D7 set tape buffer start and end pointers
This entry point is used by the routine at F5ED.
do tape write, 20 cycle count
F867 A9 14 LDA #$14 set write lead cycle count
F869 85 AB STA $AB save write lead cycle count
This entry point is used by the routine at F76A.
do tape write, no cycle count set
F86B 20 38 F8 JSR $F838 wait for PLAY/RECORD
This entry point is used by the routine at F841.
F86E B0 6C BCS $F8DC if STOPped clear save IRQ address and exit
F870 78 SEI disable interrupts
F871 A9 82 LDA #$82 enable ?? interrupt
F873 A2 08 LDX #$08 set index for tape write tape leader vector
Prev: F841 Up: Map Next: F875