From: Greg King Date: Mon, 26 Feb 2018 20:07:13 +0000 (-0500) Subject: Shortenned the CBM close() by a byte and a cycle. X-Git-Tag: V2.17~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33f602f9ad5582e8df7e1c0bd89433301f35b79f;p=cc65 Shortenned the CBM close() by a byte and a cycle. --- diff --git a/libsrc/cbm/close.s b/libsrc/cbm/close.s index 004b88df9..b43c07b57 100644 --- a/libsrc/cbm/close.s +++ b/libsrc/cbm/close.s @@ -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