2008-10-18 07:45:30 +00:00
|
|
|
.segment "CODE"
|
|
|
|
; ----------------------------------------------------------------------------
|
|
|
|
; SEE IF CONTROL-C TYPED
|
|
|
|
; ----------------------------------------------------------------------------
|
|
|
|
.ifndef CONFIG_CBM_ALL
|
2008-10-18 07:50:47 +00:00
|
|
|
.include "cbm_iscntc.s"
|
2008-10-18 07:45:30 +00:00
|
|
|
.endif
|
|
|
|
.ifdef KBD
|
2008-10-18 07:50:47 +00:00
|
|
|
.include "kbd_iscntc.s"
|
2008-10-18 07:45:30 +00:00
|
|
|
.endif
|
|
|
|
.ifdef OSI
|
2008-10-18 07:50:47 +00:00
|
|
|
.include "osi_iscntc.s"
|
2008-10-18 07:45:30 +00:00
|
|
|
.endif
|
|
|
|
.ifdef APPLE
|
2008-10-18 07:50:47 +00:00
|
|
|
.include "apple_iscntc.s"
|
2008-10-18 07:45:30 +00:00
|
|
|
.endif
|
|
|
|
.ifdef KIM
|
2008-10-18 07:50:47 +00:00
|
|
|
.include "kim_iscntc.s"
|
2008-10-18 07:45:30 +00:00
|
|
|
.endif
|
|
|
|
.ifdef MICROTAN
|
2008-10-18 07:50:47 +00:00
|
|
|
.include "microtan_iscntc.s"
|
2008-10-18 07:45:30 +00:00
|
|
|
.endif
|
|
|
|
;!!! runs into "STOP"
|