mirror of
https://github.com/mist64/msbasic.git
synced 2024-11-05 05:05:01 +00:00
14 lines
237 B
ArmAsm
14 lines
237 B
ArmAsm
.segment "HEADER"
|
|
.ifdef KBD
|
|
jmp LE68C
|
|
.byte $00,$13,$56
|
|
.endif
|
|
.ifdef AIM65
|
|
jmp COLD_START
|
|
jmp RESTART
|
|
.word AYINT,GIVAYF
|
|
.endif
|
|
.ifdef SYM1
|
|
jmp PR_WRITTEN_BY
|
|
.endif
|