fix a comment
This commit is contained in:
parent
1b8ebe2ba9
commit
2044f5e4a3
@ -31,13 +31,11 @@ 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
|
||||||
; increment copies_list@tmp
|
; copies_list@tmp += instances
|
||||||
; increment tmp
|
; increment tmp
|
||||||
; end
|
; end
|
||||||
; end
|
|
||||||
; 6. goto 1
|
; 6. goto 1
|
||||||
|
|
||||||
mov esi, read_buff
|
mov esi, read_buff
|
||||||
|
Loading…
Reference in New Issue
Block a user