]> git.sur5r.net Git - cc65/blob - libsrc/apple2/clrscr.s
Add interrupt handling code from Stefan Haubenthal
[cc65] / libsrc / apple2 / clrscr.s
1         ;;
2         ;; Kevin Ruland
3         ;;
4         ;; void clrscr (void);
5
6         .export         _clrscr
7         .import         HOME
8
9 _clrscr := HOME