From 6df67b18f498e66f85a7b5bf9bde969d481fbd3f Mon Sep 17 00:00:00 2001 From: Kwarde Date: Tue, 24 Jun 2025 19:08:00 +0200 Subject: [PATCH] Improve todo/fix comment for strcmp --- string.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string.asm b/string.asm index 5a2191f..41ae21f 100644 --- a/string.asm +++ b/string.asm @@ -98,7 +98,7 @@ strcat: ;----- strcmp(char* str1, char* str2) -----; ; return value: 0 if both strings are the same, otherwise index in array str1 where strings are to become different ; returns -1 if str2 is longer than str1 and no difference was found before that happens -; TODO: FIX length 13 for TEST strcmp(strBuff1, str1) (see tests.asm, test 1) +; TODO: FIX length 13 for TEST strcmp(strBuff1, str1) (see tests.asm, strcmp test 1) strcmp: push rbp mov rbp, rsp