From c1167e17c5fc12c9c6807bcdc83901318365aab4 Mon Sep 17 00:00:00 2001 From: isoux Date: Fri, 29 Nov 2024 13:56:43 +0200 Subject: [PATCH] Update --- src/uitest.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uitest.asm b/src/uitest.asm index 089d811..cee8d4d 100644 --- a/src/uitest.asm +++ b/src/uitest.asm @@ -16,7 +16,7 @@ start: ; Start of program label mov cl, 0x11 call [b_user] lea rsi, [rel test_message] ; Load RSI with the relative memory address of string - mov ecx, 4 ; Output 14 characters + mov ecx, 4 ; Output 4 characters call [b_output] ; Print the string that RSI points to lea rsi, [rel newline] ; Load RSI with the relative memory address of string @@ -27,7 +27,7 @@ start: ; Start of program label mov cl, 0x11 call [b_user] lea rsi, [rel test_message] ; Load RSI with the relative memory address of string - mov ecx, 4 ; Output 14 characters + mov ecx, 4 ; Output 4 characters call [b_output] ; Print the string that RSI points to lea rsi, [rel newline] ; Load RSI with the relative memory address of string @@ -38,7 +38,7 @@ start: ; Start of program label mov cl, 0x11 call [b_user] lea rsi, [rel test_message] ; Load RSI with the relative memory address of string - mov ecx, 4 ; Output 14 characters + mov ecx, 4 ; Output 4 characters call [b_output] ; Print the string that RSI points to mov eax, 0x00FF00FF @@ -54,7 +54,7 @@ start: ; Start of program label mov cl, 0x14 call [b_user] lea rsi, [rel test_message] ; Load RSI with the relative memory address of string - mov ecx, 4 ; Output 14 characters + mov ecx, 4 ; Output 4 characters call [b_output] ; Print the string that RSI points to ;fill: