Project: Multibyte math library for PIC microcontrollers

Thread Starter

avtanski

Joined May 29, 2008
12
Hello,

For a couple of my PIC projects I needed an assembly language library that can add, subtract, multiply, divide, and find modulus on multibyte numbers.

In case somebody else needs a similar thing, I've put a webpage where you can generate a customized version of the library, fitting your project's requirements:

http://avtanski.net/projects/math

Here you can enter the the required size of the operand registers in bytes and select what subroutines you need.

Please, let me know if you notice are any problems, or if you have comments and suggestions.

Regards,

- Alex
 
Top