rom4x/rom4x/B1_C763_switcher.s
2017-01-03 18:43:31 -08:00

14 lines
240 B
ArmAsm

#include "iic.defs"
.text
* = gorst4x
sta rombank ; gorst4x
jmp reset4x ; in other bank jmp rstxrtn
sta rombank ; gobt4x
jmp boot4x
sta rombank ; gobanner
jmp $c784 ; in other bank jsr appleii
sta rombank
rts ; not in other bank