Prev: F409 Up: Map Next: F483
F47D: set the top of memory to F0xx
Used by the routines at F291 and F409.
F47D 38 SEC read the top of memory
F47E A9 F0 LDA #$F0 set $F000
F480 4C 2D FE JMP $FE2D set the top of memory and return
Prev: F409 Up: Map Next: F483