How to convert ASCII number into decimal number
Posted: Wed Jan 28, 2015 11:51 am
Hello, I need help.
Let's say we have this code:
As you can see, the number is actually a number in ASCII text. How do I convert this to 80 itself (non ASCII)? I don't mind if you tell me to do it in hex or decimal, both are fine.
Help will be greatly appreciated!
Let's say we have this code:
Code: Select all
mov si, number
call change_number
number db "80"
Help will be greatly appreciated!