2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 16.05.2000
|
|
|
|
;
|
|
|
|
; extern unsigned char _oserror;
|
|
|
|
; /* Operating system specific errors from the low level functions */
|
|
|
|
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export __oserror
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
.bss
|
|
|
|
|
|
|
|
__oserror:
|
2013-05-09 13:56:54 +02:00
|
|
|
.res 1
|
2000-05-28 13:40:48 +00:00
|
|
|
|