]> git.sur5r.net Git - cc65/blob - libsrc/common/_oserror.s
atari5200: conio now uses just four colors altogether
[cc65] / libsrc / common / _oserror.s
1 ;
2 ; Ullrich von Bassewitz, 16.05.2000
3 ;
4 ; extern unsigned char _oserror;
5 ; /* Operating system specific errors from the low level functions */
6
7
8         .export         __oserror
9
10 .bss
11
12 __oserror:
13         .res    1
14