• BCD to binary
    How can convert 32-bit BCD to Binary vise-versa.?
  • 18bit offset binary to BCD conversion help..
    hello forum, I am new to this platform,by searching my problem on net I was diverted to this site and i like this site. I feel i will get my problem solved. I want to convert 18bit offset binary...
  • ASCII to BCD conversion
    I am trying to use the following code to convert 2 digit ASCII numbers to BCD number, for setting RTC Clock DS1307. unsigned char ASCII_TO_BCD(unsigned char ascii_text[2]) { unsigned char bcd_value;...
  • Need BINARY to BCD function
    Hi, Does anyone know how to convert a BINARY 8 bit to a 2 digit packed BCD. Example if I have value 0x0C (wich is 12 decimal) the result will be 12 or a char value of 0x12. thank you, Adi...
  • BCD TO HEXA IN ASSEMBLY
    Hi friends Can any one tell me how to convert a 6 digit decimal no. into a hex value that is 123456 to 1E240 please help me by providing the assembly code. Thank You Sharath