Forum: Assembly Mar 24th, 2005 |
| Replies: 0 Views: 4,867 I am working on a program where I need to convert a ASCII charchter to a 7-bit code, eg. 'A' is 65 (decimal) and it would be 1000001
I am not sure how to attack this...
Below is the code I have... |