1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-29 13:31:02 +00:00

15 lines
153 B
ArmAsm

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