Hi all. I've been programming something to count certain things in a string of ASCII characters and it outputs the results on the screen once it's done. But not everyone reads HEX so i need to find out a way to convert HEX to ASCII and i've been wondering if there's an instruction to do so. I've looked into the x86 instruction set and the only thing that i could think that could do this is with AAA and the likes. Any suggestions would be appreciated as i would like to avoid a hole bunch of code for the conversion. Thanks!
~V
Comments
: string of ASCII characters and it outputs the results on the screen
: once it's done. But not everyone reads HEX so i need to find out a
: way to convert HEX to ASCII and i've been wondering if there's an
: instruction to do so. I've looked into the x86 instruction set and
: the only thing that i could think that could do this is with AAA and
: the likes. Any suggestions would be appreciated as i would like to
: avoid a hole bunch of code for the conversion. Thanks!
:
: ~V
:
All right all good. I figured it out.
Thanks anyways!