mirror of
https://github.com/mgcaret/romex.git
synced 2024-12-02 14:49:40 +00:00
7 lines
96 B
ArmAsm
7 lines
96 B
ArmAsm
; patch GETLN1 to call delete key handler
|
|
.code
|
|
.include "iiee.defs"
|
|
.org $fd75
|
|
jsr $feff
|
|
|