mirror of
https://github.com/cc65/cc65.git
synced 2025-02-21 20:29:17 +00:00
fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@11 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5e3b46a37f
commit
285c097fdb
@ -129,7 +129,7 @@ inval: ldx #$ff ; sets N
|
||||
sta fd_table+ft_usa,x
|
||||
bne ret ; not 0
|
||||
lda #$ff ; 0, table entry unused now
|
||||
sta fd_table+ft_iocb,y ; clear table entry
|
||||
sta fd_table+ft_iocb,x ; clear table entry
|
||||
ret: rts
|
||||
|
||||
.endproc
|
||||
|
Loading…
x
Reference in New Issue
Block a user