C64 ROM | Routines |
Prev: EF39 | Up: Map | Next: EF4A |
EF3B | 8D 0D DD | STA $DD0D | save VIA 2 ICR | |
EF3E | 4D A1 02 | EOR $02A1 | EOR with the RS-232 interrupt enable byte | |
EF41 | 09 80 | ORA #$80 | set the interrupts enable bit | |
EF43 | 8D A1 02 | STA $02A1 | save the RS-232 interrupt enable byte | |
EF46 | 8D 0D DD | STA $DD0D | save VIA 2 ICR | |
EF49 | 60 | RTS |
Prev: EF39 | Up: Map | Next: EF4A |