]> git.sur5r.net Git - cc65/blob - libsrc/c16/clrscr.s
Use the assembler version as BASIC line number, so the version of the
[cc65] / libsrc / c16 / clrscr.s
1 ;
2 ; Ullrich von Bassewitz, 06.08.1998
3 ;
4 ; void clrscr (void);
5 ;
6
7         .export         _clrscr
8
9         .include        "../plus4/plus4.inc"
10
11 _clrscr = CLRSCR
12
13
14
15