$A68E/42638:   Reset TXTPTR

Jump from $A659, $E1B5:

A68E: 18        CLC
A68F: A5 2B     LDA $2B       ; Pointer: Start of BASIC Text Area
A691: 69 FF     ADC #$FF
A693: 85 7A     STA $7A       ; Pointer: Current Byte of BASIC Text
A695: A5 2C     LDA $2C       ; Pointer: Start of BASIC Text Area
A697: 69 FF     ADC #$FF
A699: 85 7B     STA $7B       ; Pointer: Current Byte of BASIC Text
A69B: 60        RTS

    Previous Page / Next Page