]> git.sur5r.net Git - cc65/blob - _oserror.s
256d89658f947a5385fb00ce06cc0e2305c08cf4
[cc65] / _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