From ef5e5886460285cb5d25f7c650c763c6471e391b Mon Sep 17 00:00:00 2001 From: RoberFonseca <110420840+RoberFonseca@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:19:35 -0300 Subject: [PATCH] fixed typo error --- .../1_signed_operations/answers/2_write_code/0_2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: