mirror of
https://github.com/mist64/msbasic.git
synced 2024-11-14 17:05:19 +00:00
6 lines
88 B
ArmAsm
6 lines
88 B
ArmAsm
|
.segment "HEADER"
|
||
|
.ifdef KBD
|
||
|
jmp LE68C
|
||
|
.byte $00,$13,$56
|
||
|
.endif
|