Improved test message (msgStrcmp)

This commit is contained in:
2025-06-24 19:07:30 +02:00
parent 6cb90256e7
commit 7dd7217e08

View File

@ -133,7 +133,7 @@ section .rodata
msgToupper1 db "TEST toupper(strBuff1[0]): %c",NL,EOS
msgToupper2 db "TEST toupper for whole strBuff1: %s",NL,EOS
; strcmp()
msgStrcmp db NL,"# strcmp()",NL,"> strlclr(strBuff1, 32)",NL,"> strcpy(strBuff1, str1)",EOS
msgStrcmp db NL,"# strcmp()",NL,"strlclr(strBuff1, 32)",NL,"strcpy(strBuff1, str1)",EOS
msgStrcmpStrs db "> str1: %s",NL,"> str2: %s",NL,"> str4: %s",NL,"> strBuff1: %s",NL,EOS
msgStrcmp1 db "TEST strcmp(strBuff1, str1): %d",NL,EOS
msgStrcmp2 db "TEST strcmp(strBuff1, str2): %d",NL,EOS