Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I checked one example (dec 22 / hex 16, should give hex 22), and it was wrong. --- Quote End --- TENS|ONES|22 0000|0000|10110 0000|0101|10 (third shift) ones>4 so +3 0000|1000|10 (fourth shift) 0001|0001| (shift 5) 0010|0010| It works. I didn't invent double dabble.