Saturday, 24 August 2013

How to do 64 bit multiply on 16 bit machine?

How to do 64 bit multiply on 16 bit machine?

I have an embedded 16 bit CPU. On this machine ints are 16 bit wide and it
supports longs that are 32 bits wide. I need to do some multiplications
that will need to be stored in 64 bits. How can I do that with the given
constraints?

No comments:

Post a Comment