Hi, I need some help with BCD mathematics , like adding / subtracting packed BCD pairs. How can we do it in C? Regards Kishor
Think about how you do it manually. You just need to isolate the individual digits, then remember the place value.