mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
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
This commit is contained in:
parent
b3d818da39
commit
a123239d2d
@ -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 <cbm/ioerror.a> 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)
|
||||
|
Loading…
Reference in New Issue
Block a user