1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-18 07:29:36 +00:00
cc65/libsrc/common/_oserror.s

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