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