| ??? 11/20/02 14:10 Read: times |
#32825 - RE: convert a large hex number to asc |
Do a routine that divide your number (range 00h to 0ffh) by 64h (100d), save the result for hundreds ASCII conversion, get the remainder and divide it by 0ah (10d) save result for tens ASCII conversion. The remainder is the units part.
HTH orlando |
| Topic | Author | Date |
| convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to ascii | 01/01/70 00:00 | |
| RE: convert a large hex number to asc | 01/01/70 00:00 | |
RE: convert a large hex number to ascii | 01/01/70 00:00 |



