mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Use common include file cbm_kernal.inc
This commit is contained in:
parent
4c45de2c45
commit
820c0efcb3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user