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