]> git.sur5r.net Git - cc65/blob - conio.s
0e3f97947eed0aec5827d0b1d8472beaf50e4484
[cc65] / conio.s
1 ;
2 ; Ullrich von Bassewitz, 06.08.1998
3 ;
4 ; Low level stuff for screen output/console input
5 ;
6
7         .exportzp       CURS_X, CURS_Y
8
9         .include        "c64.inc"
10