Use common include file cbm_kernal.inc
This commit is contained in:
parent
4c45de2c45
commit
820c0efcb3
1 changed files with 2 additions and 16 deletions
|
@ -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…
Add table
Reference in a new issue