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

15 lines
219 B
ArmAsm
Raw Permalink Normal View History

;
; 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