mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
11 lines
403 B
ArmAsm
11 lines
403 B
ArmAsm
; There's a bit of luck in the IIc Plus firmware
|
|
; there are 4 $00 bytes at $C7FC in the main bank, of which the last
|
|
; is "AppleTalk version" according to the ROM $03 source code
|
|
; in the tech ref, and should be left at $00.
|
|
; There are also 7 $00 bytes at $C7FC in the aux bank. So if we switch at
|
|
; $C7FC, then we get a 4 bytes in the aux bank, just enough for a jump.
|
|
.code
|
|
.org $c7fc
|
|
sta $c028
|
|
|