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 ; __do_oserror updates __oserror. Do a JMP here right after calling
; CIOV. we expect status in Y. ; CIOV. It will return with AX set to -1 ($FFFF). It expects the CIO
; __retminus is a routine with returns AX with $FFFF ; status in Y.
;
; __retminus is a routine whitch returns with AX set to -1 ($FFFF).
; ;
.include "errno.inc" .include "errno.inc"