diff --git a/4_basic_assembly/1_signed_operations/answers/2_write_code/0_2.asm b/4_basic_assembly/1_signed_operations/answers/2_write_code/0_2.asm index 7af4eec..d18aefa 100644 --- a/4_basic_assembly/1_signed_operations/answers/2_write_code/0_2.asm +++ b/4_basic_assembly/1_signed_operations/answers/2_write_code/0_2.asm @@ -61,7 +61,7 @@ no_print: cmp esi, 0xffffffff jz stop ; when we have reached zero, stop - inc esi ; when 0 not is reached, decrease with 1 and jump to again + inc esi ; when 0 not is reached, increase with 1 and jump to again jmp again stop: