mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
15 lines
216 B
ArmAsm
15 lines
216 B
ArmAsm
;
|
|
; 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
|
|
|