mirror of
https://github.com/mgcaret/romex.git
synced 2025-03-01 19:30:20 +00:00
10 lines
244 B
ArmAsm
10 lines
244 B
ArmAsm
; Patch monitor WRITE code
|
|
.pc02
|
|
.include "iiee.defs"
|
|
rompatch $fecd,10,"mon_write"
|
|
bra $ff2d ; print ERR
|
|
sta romin ; at $fecf
|
|
jmp $f3a0 ; to boot selection hanndler
|
|
endpatch
|
|
|