2002-08-07 05:18:13 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 06.08.1998
|
|
|
|
;
|
|
|
|
; void clrscr (void);
|
|
|
|
;
|
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.export _clrscr
|
2002-08-07 05:18:13 +00:00
|
|
|
|
2018-11-25 08:46:05 +00:00
|
|
|
.include "cbm_kernal.inc"
|
2002-08-07 05:18:13 +00:00
|
|
|
|
|
|
|
_clrscr = CLRSCR
|