From 094231be21d43565f2603987223a246c7e65c475 Mon Sep 17 00:00:00 2001 From: cpg Date: Thu, 23 May 2002 21:26:25 +0000 Subject: [PATCH] updated comment about fdtoiocb return values git-svn-id: svn://svn.cc65.org/cc65/trunk@1283 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/fdtable.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/fdtable.s b/libsrc/atari/fdtable.s index 991139f2f..14b9ff17d 100644 --- a/libsrc/atari/fdtable.s +++ b/libsrc/atari/fdtable.s @@ -88,7 +88,7 @@ loop: sta ICHID,x ; gets fd in ax -; return iocb index in A +; return iocb index in A, fd_table index in X ; return N bit set for invalid fd ; all registers destroyed .proc fdtoiocb -- 2.39.5