]> git.sur5r.net Git - cc65/blob - libsrc/common/_oserror.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[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