1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +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:
cpg 2002-12-06 00:26:09 +00:00
parent 1c29bd3663
commit 4314ed5185

View File

@ -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