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

Minor optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@45 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-06-10 15:48:54 +00:00
parent 01b788b1fc
commit 66e7d9cd1b
+2 -3
View File
@@ -9,10 +9,9 @@
bnegax: cpx #0
bne L0
bnega: cmp #0
bnega: tax
bne L0
L1: ldx #0
lda #1
L1: lda #1 ; Zero already in X
rts
L0: ldx #0