C64 ROM | Routines |
Prev: EA12 | Up: Map | Next: EA1C |
EA13 | A8 | TAY | copy the character | |
EA14 | A9 02 | LDA #$02 | set the count to $02, usually $14 ?? | |
EA16 | 85 CD | STA $CD | save the cursor countdown | |
EA18 | 20 24 EA | JSR $EA24 | calculate the pointer to colour RAM | |
EA1B | 98 | TYA | get the character back |
Prev: EA12 | Up: Map | Next: EA1C |