Integer Math in Assembly
Chad George
Posts: 138
I'm needing some help on the best way to do integer multiplication and division in assembly
on the Propeller since it doesn't have a hardware multiplier. I was wondering if anyone had a
particularly good way to do it with the assembly instructions available on the Propeller.
16x16 multiplication is sufficient for my needs now, but if any example of how to approach 32x32 would be
appreciated as well.
Thanks,
Chad
on the Propeller since it doesn't have a hardware multiplier. I was wondering if anyone had a
particularly good way to do it with the assembly instructions available on the Propeller.
16x16 multiplication is sufficient for my needs now, but if any example of how to approach 32x32 would be
appreciated as well.
Thanks,
Chad
Comments
http://forums.parallax.com/forums/default.aspx?f=25&m=111215
I had missed that document and it was exactly what I was looking for.
Thanks alot.
Chad