1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

Shortenned the CBM close() by a byte and a cycle.

This commit is contained in:
Greg King
2018-02-26 15:07:13 -05:00
parent fc3fa173ae
commit 33f602f9ad
+1 -1
View File
@@ -40,7 +40,7 @@
lda #LFN_CLOSED
sta fdtab,x
lda tmp2 ; Get the handle
txa ; Get handle
clc
adc #LFN_OFFS ; Make LFN from handle
jsr CLOSE