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
; 4. add copies + 1 (original) to final value
; 5. repeat while copies > 0
; tmp := id + 1
; repeat matches times
; increment copies_list@tmp
; increment tmp
; end
; 5. tmp := id + 1
; repeat matches times
; copies_list@tmp += instances
; increment tmp
; end
; 6. goto 1