mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
fdtoiocb returns the IOCB in A!
git-svn-id: svn://svn.cc65.org/cc65/trunk@1130 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a86b97cc89
commit
edefb8ea30
@ -70,6 +70,7 @@ iocbok: txa
|
||||
ldx #0
|
||||
lda tmp2 ; get fd used
|
||||
jsr fdtoiocb
|
||||
tax
|
||||
|
||||
doopen: txa
|
||||
;brk
|
||||
|
Loading…
Reference in New Issue
Block a user