1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 22:29:35 +00:00
cc65/libsrc/common/_oserror.s

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