embedded - Arbitrary Precision Arithmetic (Bignum) for 16-bit processor -


i'm developing application 16-bit embedded device (80251 microcontroller), , need arbitrary precision arithmetic. know of library works 8051 or 80251?

gmp doesn't explicitly support 8051, , i'm wary of problems run on 16-bit device.

thanks

try this one. or, give idea of you're trying it; understanding workload lot. ttmath looks promising. or, there approximately zillion of them listed in wikipedia article.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -