1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

Use common include file cbm_kernal.inc

This commit is contained in:
Olli Savia
2018-07-01 09:56:37 +03:00
parent 4c45de2c45
commit 820c0efcb3

View File

@@ -4,25 +4,11 @@
; PET kernal functions ; PET kernal functions
; ;
.include "cbm_kernal.inc"
.export CLRCH .export CLRCH
.export BASIN .export BASIN
.export STOP .export STOP
.export GETIN .export GETIN
.export CLALL .export CLALL
.export UDTIM .export UDTIM
;-----------------------------------------------------------------------------
; Functions that are available in the kernal jump table
CLRCH = $FFCC
BASIN = $FFCF
STOP = $FFE1
GETIN = $FFE4
CLALL = $FFE7
UDTIM = $FFEA