C64 ROM
Routines
Prev:
E4EC
Up:
Map
Next:
E505
E500: return the base address of the I/O devices
Used by the routine at
FFF3
.
E500
A2 00
LDX #$00
get the I/O base address low byte
E502
A0 DC
LDY #$DC
get the I/O base address high byte
E504
60
RTS
Prev:
E4EC
Up:
Map
Next:
E505