Change mas[Dec|Hex|Bin]str msgs
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user