mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
8 lines
86 B
ArmAsm
8 lines
86 B
ArmAsm
; patch PWRUP to call boot5x
|
|
|
|
.include "iic+.defs"
|
|
.code
|
|
.org $fab4
|
|
nop
|
|
jmp gobt5x
|