]> git.sur5r.net Git - cc65/blob - libsrc/common/_oserror.s
This commit was generated by cvs2svn to compensate for changes in r2,
[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