1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-27 12:29:33 +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
;
.include "cbm_kernal.inc"
.export CLRCH
.export BASIN
.export STOP
.export GETIN
.export CLALL
.export UDTIM
;-----------------------------------------------------------------------------
; Functions that are available in the kernal jump table
CLRCH = $FFCC
BASIN = $FFCF
STOP = $FFE1
GETIN = $FFE4
CLALL = $FFE7
UDTIM = $FFEA