]> git.sur5r.net Git - cc65/blob - libsrc/c16/clrscr.s
Save some bytes by sharing the code doing the actual vector setting. Note: Jumping...
[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.inc"
10
11 _clrscr = CLRSCR
12
13
14
15