| ??? 03/20/02 19:05 Read: times |
#21030 - RE: binary to ascii string, Guy |
If uou are really strapped andf have plenty of ROM, you can do it with 10 lookup tables.
clr cy ones = lookuph1(high byte)+ lookupl1(low byte) if ones >10 set cy and ones = ones-10 tens = lookuph10(high byte)+ cy + lookupl10(low byte) if tens >10 set cy and tens = tens-10 ... Have fun, Erik |
| Topic | Author | Date |
| want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
| RE: binary to ascii string, Guy | 01/01/70 00:00 | |
| RE: binary to ascii string, Guy | 01/01/70 00:00 | |
| RE: binary to ascii string, Guy | 01/01/70 00:00 | |
| RE: binary to ascii string, Guy | 01/01/70 00:00 | |
| RE: want to convert from binary to ascii str | 01/01/70 00:00 | |
RE: binary to ascii string, Guy | 01/01/70 00:00 |



