Newbie question
CodingChimp
Posts: 15
in Propeller 2
How do you use setq to do a 64 bit dividend divided by a 32 bit divisor?
Comments
Description of the cordic division is there: https://docs.google.com/document/d/1BuU96MnMkI0Ha1gjmtUlZPCcbGffNyZEp_1ONjLC7Vs/edit#heading=h.43ky6rz
If I understand that correct, than you do setq with the upper 32 bits, and than a qdiv with the lower 32bits and the 32 bit divisor.
Thanks for your comments