mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
15 lines
280 B
ArmAsm
15 lines
280 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 19.11.2002
|
|
;
|
|
; PET kernal functions
|
|
;
|
|
|
|
.include "cbm_kernal.inc"
|
|
|
|
.export CLRCH
|
|
.export BASIN
|
|
.export STOP
|
|
.export GETIN
|
|
.export CLALL
|
|
.export UDTIM
|