mirror of
https://github.com/mist64/msbasic.git
synced 2025-02-20 14:29:31 +00:00
21 lines
259 B
ArmAsm
21 lines
259 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
|