mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
comment fixes; cleanups
git-svn-id: svn://svn.cc65.org/cc65/trunk@1722 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1c29bd3663
commit
4314ed5185
@ -1,7 +1,7 @@
|
||||
;
|
||||
; Christian Groessler, May-2000
|
||||
;
|
||||
; int close(int fd);
|
||||
; int __fastcall__ close(int fd);
|
||||
;
|
||||
|
||||
.include "atari.inc"
|
||||
@ -13,11 +13,6 @@
|
||||
jsr fdtoiocb_down ; get iocb index into X and decr. usage count
|
||||
bmi inverr
|
||||
bne ok ; not last one -> don't close yet
|
||||
; asl a
|
||||
; asl a
|
||||
; asl a
|
||||
; asl a
|
||||
; tax
|
||||
lda #CLOSE
|
||||
sta ICCOM,x
|
||||
jsr CIOV
|
||||
|
Loading…
x
Reference in New Issue
Block a user