1
0
mirror of https://github.com/fumiama/650299.git synced 2026-06-05 00:32:55 +08:00

优化代码

This commit is contained in:
源文雨
2023-03-31 14:06:49 +08:00
parent 55c94d2029
commit e98c04f9fd
2 changed files with 5 additions and 7 deletions

12
99.asm
View File

@@ -40,19 +40,17 @@ main:
and #$0f
ora #$30
jsr p
lda #160
jsr p
pla
tay
dey
beq +
lda #160
jsr p
jmp --
bne --
* lda #13
jsr p
dex
beq +
txa
tay
jmp ---
* cld
bne ---
cld
rts

BIN
99.prg

Binary file not shown.