fix comments
git-svn-id: svn://svn.cc65.org/cc65/trunk@4488 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7fb08aa749
commit
94f7ce4978
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue