mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
5f145542b0
This commit complements commit 98f8064b83
.
40 lines
1.0 KiB
ArmAsm
40 lines
1.0 KiB
ArmAsm
;
|
|
; Ullrich von Bassewitz, 2003-12-20
|
|
;
|
|
; CBM610 kernal functions
|
|
;
|
|
|
|
.include "cbm_kernal.inc"
|
|
|
|
.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
|
|
.export CHRIN
|
|
.export BSOUT
|
|
.export CHROUT
|
|
.export LOAD
|
|
.export SAVE
|
|
.export STOP
|
|
.export GETIN
|
|
.export CLALL
|
|
.export PLOT
|