2003-12-27 16:11:14 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2003-12-20
|
|
|
|
;
|
2018-07-01 09:54:39 +03:00
|
|
|
; CBM510 kernal functions
|
2003-12-27 16:11:14 +00:00
|
|
|
;
|
|
|
|
|
2018-06-30 16:25:43 +03:00
|
|
|
.include "cbm_kernal.inc"
|
2018-06-27 21:39:24 +03:00
|
|
|
|
2003-12-27 16:11:14 +00:00
|
|
|
.export CINT
|
|
|
|
.export IOINIT
|
|
|
|
.export RESTOR
|
|
|
|
.export VECTOR
|
|
|
|
.export SETMSG
|
|
|
|
.export SECOND
|
|
|
|
.export TKSA
|
|
|
|
.export MEMTOP
|
|
|
|
.export MEMBOT
|
|
|
|
.export SCNKEY
|
|
|
|
.export SETTMO
|
|
|
|
.export ACPTR
|
|
|
|
.export CIOUT
|
|
|
|
.export UNTLK
|
|
|
|
.export UNLSN
|
|
|
|
.export LISTEN
|
|
|
|
.export TALK
|
|
|
|
.export SETLFS
|
|
|
|
.export CHKIN
|
|
|
|
.export CKOUT
|
|
|
|
.export CLRCH
|
|
|
|
.export BASIN
|
2021-03-03 17:39:53 -05:00
|
|
|
.export CHRIN
|
2003-12-27 16:11:14 +00:00
|
|
|
.export BSOUT
|
2021-03-03 17:39:53 -05:00
|
|
|
.export CHROUT
|
2003-12-27 16:11:14 +00:00
|
|
|
.export LOAD
|
|
|
|
.export SAVE
|
|
|
|
.export STOP
|
|
|
|
.export GETIN
|
|
|
|
.export CLALL
|
|
|
|
.export PLOT
|