Change mas[Dec|Hex|Bin]str msgs
This commit is contained in:
@@ -63,9 +63,9 @@ section .rodata
|
|||||||
|
|
||||||
; START LAZY SECTION
|
; START LAZY SECTION
|
||||||
; [u]dec2str() / hex2str() / bin2str()
|
; [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
|
msgDec2str db NL,"TEST dec2str() / udec2str()",NL,"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
|
msgHex2str db NL,"TEST hex2str()",NL,TAB,"See printf outputs",NL,EOS
|
||||||
msgBin2str db NL,"TEST bin2str()",NL,TAB,"See min/max tests",NL,EOS ;Even more lazy
|
msgBin2str db NL,"TEST bin2str()",NL,TAB,"See printf outputs",NL,EOS ;Even more lazy
|
||||||
; END LAZY SECTION
|
; END LAZY SECTION
|
||||||
|
|
||||||
; printf()
|
; printf()
|
||||||
|
Reference in New Issue
Block a user