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)