Forum Discussion
Altera_Forum
Honored Contributor
15 years agoA simple numerical example:
-10 * 15 = -150 in signed binary you get 10110 * 01111 = 1101101010 to convert to BCD, you would invert negative numbers first +150 0010010110 then apply BCD decoding 150/100 = 1 150/10%10 = 5 150%10 = 0