1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 03:30:05 +00:00
cc65/libsrc/pet/kernal.s
Greg King 5f145542b0 Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries.
This commit complements commit 98f8064b8311753fab468aaf2c1b6d2e339a4391.
2021-03-03 17:39:53 -05:00

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