Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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.

List of 5 messages in thread
TopicAuthorDate
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      

Back to Subject List