Prev: E447 Up: Map Next: E45F
E453: initialise the BASIC vectors
Used by the routine at E394.
E453 A2 0B LDX #$0B set byte count
E455 BD 47 E4 LDA $E447,X get byte from table
E458 9D 00 03 STA $0300,X save byte to RAM
E45B CA DEX decrement index
E45C 10 F7 BPL $E455 loop if more to do
E45E 60 RTS
Prev: E447 Up: Map Next: E45F