mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
60 lines
1.5 KiB
ArmAsm
60 lines
1.5 KiB
ArmAsm
|
;
|
||
|
; 2019-09-22, Greg King
|
||
|
;
|
||
|
; CX16 Kernal functions
|
||
|
;
|
||
|
|
||
|
.include "cbm_kernal.inc"
|
||
|
|
||
|
.export GETJOY
|
||
|
|
||
|
.export CLSALL
|
||
|
.export SWAPPER
|
||
|
.export JSRFAR
|
||
|
.export INDFET
|
||
|
.export INDSTA
|
||
|
.export INDCMP
|
||
|
.export PRIMM
|
||
|
|
||
|
.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 CHRIN
|
||
|
.export BSOUT
|
||
|
.export CHROUT
|
||
|
.export LOAD
|
||
|
.export SAVE
|
||
|
.export SETTIM
|
||
|
.export RDTIM
|
||
|
.export STOP
|
||
|
.export GETIN
|
||
|
.export CLALL
|
||
|
.export UDTIM
|
||
|
.export SCREEN
|
||
|
.export PLOT
|
||
|
.export IOBASE
|