mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-11-10 05:06:53 +00:00
8 lines
86 B
ArmAsm
8 lines
86 B
ArmAsm
; patch RESET.X to call reset5x
|
|
|
|
.include "iic+.defs"
|
|
.code
|
|
.org $fac8
|
|
jmp gorst5x
|
|
|