C64 ROM | Routines |
Prev: E87C | Up: Map | Next: E8A1 |
Used by the routine at E716.
|
||||
E891 | A2 00 | LDX #$00 | clear X | |
E893 | 86 D8 | STX $D8 | clear the insert count | |
E895 | 86 C7 | STX $C7 | clear the reverse flag | |
E897 | 86 D4 | STX $D4 | clear the cursor quote flag, $xx = quote, $00 = no quote | |
E899 | 86 D3 | STX $D3 | save the cursor column | |
E89B | 20 7C E8 | JSR $E87C | do newline | |
E89E | 4C A8 E6 | JMP $E6A8 | restore the registers, set the quote flag and exit |
Prev: E87C | Up: Map | Next: E8A1 |