fix a comment

This commit is contained in:
Lucia Ceionia 2023-12-04 01:21:44 -06:00
parent 1b8ebe2ba9
commit 2044f5e4a3

View File

@ -31,12 +31,10 @@ mov byte [eax], 10 ; add a newline at the end
; end ; end
; end ; end
; 4. add copies + 1 (original) to final value ; 4. add copies + 1 (original) to final value
; 5. repeat while copies > 0 ; 5. tmp := id + 1
; tmp := id + 1 ; repeat matches times
; repeat matches times ; copies_list@tmp += instances
; increment copies_list@tmp ; increment tmp
; increment tmp
; end
; end ; end
; 6. goto 1 ; 6. goto 1