hello.. i have a problem on how to convert ascii to binary using codes in assembly language. please post the code so i caN study it.. thanks.
here is the code.. mov ah,aL and aL,00FH ADD AL,009h DHA adc aL,040h DAA XCHG AH,AL SHR AL,1 SHR AL,1 SHR AL,1 SHR AL,1 ADD AL,090H DAA ADC AL,040H DAA ADC AL,040H DAA XCHG AH,AL IS THAT CODE CORRECT? what i'm asking for is the code on how you can convert acii characters to binary. i'm using notepad and when i'm testing the code i'm using the command prompt. hope you can give the code for my quarry,, i really need to know on how to convert ascii to binary in assembly
I still don't understand what you are trying to do. And I can't comprehend your code at all. Getting late here. (yawn) Goodnight.
Not sure why you're asking if the code is correct. Does it perform the conversion you want? If it does then it's correct. If not then it isn't. If not, what isn't it doing; explain exactly what the problem is. Could you clarify what you mean by "convert ASCII to binary" with a couple of examples, for example A is 65 in ASCII, given input A would you want the program to display 0100 0001? Also there are lots of different microprocessors each with its own assembly language. Which processor are you using?
hey, this is my problem to.... @xpi0t0s the one that you were tellling was exactly my problem could you help?... ...please....