i am using masm to write assebmly language codes. can you please tell that how can i change binary numbers to its ascii ? like 10 is given what will be its ascii value ? i know that 30h is ascii value of 0 ans so on. please help.
nitin1 15 Master Poster
Recommended Answers
Jump to Post10 in binary or 10 in decimal? In binary 10 is 2, which gives you the ASCII value for the control character STX. Really all you need to do is get the integer …
Jump to PostYou can simply download an ASCII table - I got mine from lookuptables.com I believe. google it and you'll see a lot to choose from. Get one that includes their hex value.
I keep it as a gif on the desktop - very handy. 30h is not a binary value, …
All 7 Replies
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
Adak 419 Nearly a Posting Virtuoso
nitin1 15 Master Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
nitin1 15 Master Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
nitin1 15 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.