remove unused instruction

This commit is contained in:
hugova 2025-05-15 17:14:24 +02:00
parent 87fd6a1b9d
commit 98ef4eaef0

View file

@ -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