From a123239d2d5a6496bfa6084fe909775e6e14617c Mon Sep 17 00:00:00 2001 From: marcobaye Date: Sat, 30 Jun 2018 21:05:16 +0000 Subject: [PATCH] ACME_Library: added ref to ioerror.a file. git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@100 4df02467-bbd4-4a76-a152-e7ce94205b78 --- ACME_Lib/cbm/kernal.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACME_Lib/cbm/kernal.a b/ACME_Lib/cbm/kernal.a index 9d4818f..ee3d6e2 100644 --- a/ACME_Lib/cbm/kernal.a +++ b/ACME_Lib/cbm/kernal.a @@ -32,7 +32,7 @@ lib_cbm_kernal_a = 1 k_setlfs = $ffba ; set file parameters (A = logical file number, X = device, Y = secondary address) k_setnam = $ffbd ; set file name (A = length, YYXX = pointer) ; pet rom starts here: - ; i/o calls: most of these set C on error. in that case, A holds error code. + ; i/o calls: these may set C on error. in that case, A holds error code, see for the actual values. k_open = $ffc0 ; open channel/file (call setlfs/setnam before!) k_close = $ffc3:k_close_A = $ffc3 ; close channel/file (A = logical file number) k_chkin = $ffc6:k_chkin_X = $ffc6 ; set input channel (X = logical file number)