mirror of
https://github.com/fumiama/650299.git
synced 2026-06-09 20:40:32 +08:00
优化代码
This commit is contained in:
12
99.asm
12
99.asm
@@ -40,19 +40,17 @@ main:
|
|||||||
and #$0f
|
and #$0f
|
||||||
ora #$30
|
ora #$30
|
||||||
jsr p
|
jsr p
|
||||||
|
lda #160
|
||||||
|
jsr p
|
||||||
pla
|
pla
|
||||||
tay
|
tay
|
||||||
dey
|
dey
|
||||||
beq +
|
bne --
|
||||||
lda #160
|
|
||||||
jsr p
|
|
||||||
jmp --
|
|
||||||
* lda #13
|
* lda #13
|
||||||
jsr p
|
jsr p
|
||||||
dex
|
dex
|
||||||
beq +
|
|
||||||
txa
|
txa
|
||||||
tay
|
tay
|
||||||
jmp ---
|
bne ---
|
||||||
* cld
|
cld
|
||||||
rts
|
rts
|
||||||
|
|||||||
Reference in New Issue
Block a user