remove unused instruction
This commit is contained in:
parent
87fd6a1b9d
commit
98ef4eaef0
1 changed files with 0 additions and 2 deletions
|
@ -18,9 +18,7 @@ change_length:
|
||||||
JMP loop_end
|
JMP loop_end
|
||||||
y_overflow:
|
y_overflow:
|
||||||
LDY #$00
|
LDY #$00
|
||||||
INC B_start + 1
|
|
||||||
INC A_start + 1
|
INC A_start + 1
|
||||||
|
|
||||||
jmp change_length
|
jmp change_length
|
||||||
loop_end:
|
loop_end:
|
||||||
RTS
|
RTS
|
||||||
|
|
Loading…
Add table
Reference in a new issue