mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
47 lines
1.2 KiB
ArmAsm
47 lines
1.2 KiB
ArmAsm
;
|
|
; Ullrich von Bassewitz, 19.11.2002
|
|
;
|
|
; VIC20 kernal functions
|
|
;
|
|
|
|
.include "cbmkernal.inc"
|
|
|
|
.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 IOBASE
|