diff --git a/wip-hugo/routines/memory/memset.s b/wip-hugo/routines/memory/memset.s index 197bb02..03706e7 100755 --- a/wip-hugo/routines/memory/memset.s +++ b/wip-hugo/routines/memory/memset.s @@ -18,9 +18,7 @@ change_length: JMP loop_end y_overflow: LDY #$00 - INC B_start + 1 INC A_start + 1 - jmp change_length loop_end: RTS