1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00
cc65/libsrc/atari/do_oserr.s

13 lines
286 B
ArmAsm
Raw Normal View History

;
; __do_oserror updates ___oserror and errno. Do a JMP here right after
; calling CIOV. It will return with AX set to -1 ($FFFF). It expects the CIO
; status in Y.
;
.include "errno.inc"
.export __do_oserror
__do_oserror:
tya
jmp ___mappederrno