Change mas[Dec|Hex|Bin]str msgs

This commit is contained in:
2025-07-14 15:08:54 +02:00
parent d4dd5b7d80
commit 954bc21eee

View File

@@ -63,9 +63,9 @@ section .rodata
; START LAZY SECTION
; [u]dec2str() / hex2str() / bin2str()
msgDec2str db NL,"TEST dec2str() / udec2str()",NL,TAB,"Use GDB ('x/s $rax' after function call)",NL,TAB,"No tests printed - see printf outputs :)",NL,EOS
msgHex2str db NL,"TEST hex2str()",NL,TAB,"Use GDB ('x/s $rax' after function call)",NL,TAB,"No tests printed - see printf outputs :)",NL,EOS
msgBin2str db NL,"TEST bin2str()",NL,TAB,"See min/max tests",NL,EOS ;Even more lazy
msgDec2str db NL,"TEST dec2str() / udec2str()",NL,"See printf outputs",NL,EOS
msgHex2str db NL,"TEST hex2str()",NL,TAB,"See printf outputs",NL,EOS
msgBin2str db NL,"TEST bin2str()",NL,TAB,"See printf outputs",NL,EOS ;Even more lazy
; END LAZY SECTION
; printf()