mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
5f145542b0
This commit complements commit 98f8064b83
.
16 lines
310 B
ArmAsm
16 lines
310 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 19.11.2002
|
|
;
|
|
; PET kernal functions
|
|
;
|
|
|
|
.include "cbm_kernal.inc"
|
|
|
|
.export CLRCH
|
|
.export BASIN
|
|
.export CHRIN
|
|
.export STOP
|
|
.export GETIN
|
|
.export CLALL
|
|
.export UDTIM
|