mirror of
https://github.com/mgcaret/romex.git
synced 2024-12-02 14:49:40 +00:00
8 lines
97 B
ArmAsm
8 lines
97 B
ArmAsm
; patch PWRUP to go to romx boot code
|
|
.code
|
|
.include "iiee.defs"
|
|
.org $fab6
|
|
jmp $f3a0
|
|
nop
|
|
|