]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm510/kernal.s
Use common include file cbmkernal.inc
[cc65] / libsrc / cbm510 / kernal.s
index 9ea4f0e96272ea8c85e2f78ef589fb1595cdabf0..b4078b35079ee8bd06c385a3f47b0e6e1e080823 100644 (file)
@@ -4,9 +4,11 @@
 ; CBM610 kernal functions
 ;
 
+       .include "cbmkernal.inc"
+
         .export         CINT
         .export         IOINIT
-        .export         RAMTAS
+;        .export         RAMTAS ; not available???
         .export         RESTOR
         .export         VECTOR
         .export         SETMSG
         .export         GETIN
         .export         CLALL
         .export         PLOT
-
-
-;-----------------------------------------------------------------------------
-; All functions are available in the kernal jump table. Functions having
-; replacements (usually short ones where the overhead of the cross bank call
-; is not worth the trouble) are commented out.
-
-CINT            = $FF81
-IOINIT          = $FF84
-RAMTAS          = $FF87
-RESTOR          = $FF8A
-VECTOR          = $FF8D
-SETMSG          = $FF90
-SECOND          = $FF93
-TKSA            = $FF96
-MEMTOP          = $FF99
-MEMBOT          = $FF9C
-SCNKEY          = $FF9F
-SETTMO          = $FFA2
-ACPTR           = $FFA5
-CIOUT           = $FFA8
-UNTLK           = $FFAB
-UNLSN           = $FFAE
-LISTEN          = $FFB1
-TALK            = $FFB4
-;READST         = $FFB7
-SETLFS          = $FFBA
-;SETNAM         = $FFBD
-;OPEN           = $FFC0
-;CLOSE          = $FFC3
-CHKIN           = $FFC6
-CKOUT           = $FFC9
-CLRCH           = $FFCC
-BASIN           = $FFCF
-BSOUT           = $FFD2
-LOAD            = $FFD5
-SAVE            = $FFD8
-;SETTIM         = $FFDB
-;RDTIM          = $FFDE
-STOP            = $FFE1
-GETIN           = $FFE4
-CLALL           = $FFE7
-;UDTIM          = $FFEA
-;SCREEN         = $FFED
-PLOT            = $FFF0
-;IOBASE         = $FFF3
-