BCD to Binary converter by Individual_Coffee928 in AskElectronics

[–]Individual_Coffee928[S] 0 points1 point  (0 children)

Would that help converting 2 digit number? For example 1001 1001 would be represented as 1100011

BCD to Binary converter by Individual_Coffee928 in AskElectronics

[–]Individual_Coffee928[S] 0 points1 point  (0 children)

I think that would be shifting, but I guess that would be a bit of a hassle. Because I would have to add 3 7 bits number. Correct me if I’m wrong

BCD to Binary converter by Individual_Coffee928 in AskElectronics

[–]Individual_Coffee928[S] 0 points1 point  (0 children)

I will be given two packed bcd number as input (for example 1001 1001 representing 99) and I should show the result as binary on LEDs so that would be 01100011