2002-11-19 23:02:47 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 19.11.2002
|
|
|
|
;
|
|
|
|
; C128 kernal functions
|
|
|
|
;
|
|
|
|
|
2018-06-30 13:25:43 +00:00
|
|
|
.include "cbm_kernal.inc"
|
2018-06-27 18:39:24 +00:00
|
|
|
|
2003-03-18 11:27:49 +00:00
|
|
|
.export C64MODE
|
|
|
|
.export SWAPPER
|
|
|
|
.export SETBNK
|
|
|
|
|
2002-11-19 23:02:47 +00:00
|
|
|
.export CINT
|
|
|
|
.export IOINIT
|
|
|
|
.export RAMTAS
|
|
|
|
.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 READST
|
|
|
|
.export SETLFS
|
|
|
|
.export SETNAM
|
|
|
|
.export OPEN
|
|
|
|
.export CLOSE
|
|
|
|
.export CHKIN
|
|
|
|
.export CKOUT
|
|
|
|
.export CLRCH
|
|
|
|
.export BASIN
|
|
|
|
.export BSOUT
|
|
|
|
.export LOAD
|
|
|
|
.export SAVE
|
|
|
|
.export SETTIM
|
|
|
|
.export RDTIM
|
|
|
|
.export STOP
|
|
|
|
.export GETIN
|
|
|
|
.export CLALL
|
|
|
|
.export UDTIM
|
|
|
|
.export SCREEN
|
|
|
|
.export PLOT
|
|
|
|
.export IOBASE
|