??? 06/29/07 01:01 Read: times Msg Score: -1 -1 Didn't Search First |
#141323 - number in ascii to binary |
Dear all,
May you show me about formula for convert ascii to binary? I have ASCII character bellow: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 'A' 'B' 'C' 'D' 'E' 'F' How to convert to binary number with assembly language? like bellow: '0' converted to 0000 '1' converted to 0001 '2' converted to 0010 '3' converted to 0011 '4' converted to 0100 '5' converted to 0101 '6' converted to 0110 '7' converted to 0111 '8' converted to 1000 '9' converted to 1001 'A' converted to 1010 'B' converted to 1011 'C' converted to 1100 'D' converted to 1101 'E' converted to 1110 'F' converted to 1111 I search in code library but not found. Thank you verymuch. regard hendry |
Topic | Author | Date |
number in ascii to binary | 01/01/70 00:00 | |
Not sure if this will help but anyways | 01/01/70 00:00 | |
Basic method | 01/01/70 00:00 | |
Needs a bit more error checking | 01/01/70 00:00 | |
Solution | 01/01/70 00:00 | |
A Different Solution | 01/01/70 00:00 | |
I agree | 01/01/70 00:00 | |
thank you![]() | 01/01/70 00:00 |