Skip to content

Commit ae1de3c

Browse files
committed
change the print repetition to a more accurate one
1 parent a3987ec commit ae1de3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ slow_print:
6767
popa ; restore registers
6868
ret ; return from the function
6969

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

0 commit comments

Comments
 (0)