1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-05 01:25:44 +00:00
Files
cc65/libsrc/c16/clrscr.s
2018-11-26 22:14:31 +01:00

12 lines
157 B
ArmAsm

;
; Ullrich von Bassewitz, 06.08.1998
;
; void clrscr (void);
;
.export _clrscr
.include "cbm_kernal.inc"
_clrscr = CLRSCR