mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 20:30:49 +00:00
Optimization by replacing absolute with relative jump.
This commit is contained in:
parent
4737ad93d5
commit
1d6aa84d9a
@ -23,7 +23,7 @@ _cgetc:
|
||||
tax ; save character in X
|
||||
lda #$00
|
||||
sta CHARBUF ; empty buffer
|
||||
jmp restorex ; restore X and return
|
||||
beq restorex ; restore X and return
|
||||
nobuffer:
|
||||
lda cursor ; show cursor?
|
||||
beq nocursor
|
||||
|
Loading…
x
Reference in New Issue
Block a user