rom4x/rom4x/B1_C763_switcher.s

14 lines
242 B
ArmAsm
Raw Normal View History

2017-03-19 03:00:43 +00:00
.code
.include "iic.defs"
.org gorst4x
2017-01-04 02:43:31 +00:00
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