mirror of
https://github.com/mgcaret/romex.git
synced 2024-09-15 07:56:37 +00:00
7 lines
157 B
ArmAsm
7 lines
157 B
ArmAsm
|
.pc02
|
||
|
.include "iiee.defs"
|
||
|
; correlate these with the text patch
|
||
|
rompatch $c2c0,3,"resetx"
|
||
|
jmp $c500 ; intercept diags hook
|
||
|
endpatch
|