mirror of
https://github.com/mgcaret/romex.git
synced 2025-01-15 00:30:00 +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
|
|
|