mirror of
https://github.com/mist64/msbasic.git
synced 2024-12-21 17:30:09 +00:00
29 lines
347 B
ArmAsm
29 lines
347 B
ArmAsm
.segment "EXTRA"
|
|
|
|
.ifdef KIM
|
|
.include "kim_extra.s"
|
|
.endif
|
|
|
|
.ifdef CONFIG_CBM1_PATCHES
|
|
.include "cbm1_patches.s"
|
|
.endif
|
|
|
|
.ifdef KBD
|
|
.include "kbd_extra.s"
|
|
.endif
|
|
|
|
.ifdef APPLE
|
|
.include "apple_extra.s"
|
|
.endif
|
|
|
|
.ifdef MICROTAN
|
|
.include "microtan_extra.s"
|
|
.endif
|
|
|
|
.ifdef AIM65
|
|
.include "aim65_extra.s"
|
|
.endif
|
|
|
|
.ifdef SYM1
|
|
.byte 0,0,0
|
|
.endif |