_oserror.s



;
; Ullrich von Bassewitz, 16.05.2000
;
; extern unsigned char _oserror;
; /* Operating system specific errors from the low level functions */


       	.export		__oserror

.bss

__oserror:
	.res	1



Valid HTML 4.0! _oserror.s.html; generated on Sat Oct 13 22:41:32 2001 by ca65html
uz@cc65.org