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:
@@ -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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user