mirror of
https://github.com/cc65/cc65.git
synced 2024-11-17 09:07:32 +00:00
15 lines
219 B
ArmAsm
15 lines
219 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
|
|
|