| ??? 07/31/01 06:16 Read: times |
#13682 - RE: BCD to Bin |
Hi,
BCD to bin is easy. Clear 16 bit result; Add left digit to result; Multiply result by 10; Add 2nd to left digit to result; Multiply result by 10; Add middle digit to result; Multiply result by 10; Add 2nd to right digit to result; Multiply result by 10; Add right most digit to result; Done! Keyboard scanning should be explained on this site at least x times. Happy programming. |
| Topic | Author | Date |
| BCD to Bin | 01/01/70 00:00 | |
| RE: BCD to Bin | 01/01/70 00:00 | |
| RE: BCD to Bin | 01/01/70 00:00 | |
| RE: BCD to Bin | 01/01/70 00:00 | |
RE: BCD to Bin, Khalid | 01/01/70 00:00 |



