1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-14 00:32:08 +00:00

fix comments

git-svn-id: svn://svn.cc65.org/cc65/trunk@4488 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2009-11-25 17:41:00 +00:00
parent 7fb08aa749
commit 94f7ce4978

View File

@ -1,7 +1,9 @@
;
; this routine updates errno. do a JMP here right after calling
; CIOV. we expect status in Y.
; __retminus is a routine with returns AX with $FFFF
; __do_oserror updates __oserror. Do a JMP here right after calling
; CIOV. It will return with AX set to -1 ($FFFF). It expects the CIO
; status in Y.
;
; __retminus is a routine whitch returns with AX set to -1 ($FFFF).
;
.include "errno.inc"