Skip to content

Commit

Permalink
change the print repetition to a more accurate one
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Mar 4, 2023
1 parent a3987ec commit ae1de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print.asm
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ slow_print:
popa ; restore registers
ret ; return from the function

PRINT_REPETITION equ 8 ; the number of times a frame will be printed
PRINT_REPETITION equ 7 ; the number of times a frame will be printed

0 comments on commit ae1de3c

Please sign in to comment.