neoaspilet11
Full Member level 5

- Joined
- Sep 29, 2005
- Messages
- 277
- Helped
- 29
- Reputation
- 56
- Reaction score
- 8
- Trophy points
- 1,298
- Location
- Cebu, Philippines
- Activity points
- 4,048
Hello Everbody,
I downloaded some of the libraries for floating point (Microchip format) arithmetic and math functions but it seems that the whole arithmetic operations say for example 24-bit Multiply, Divide, Add and Subract for PIC16XXXX families are being compressed in one library - and these libraries cannot be opened. (example FP24.A16, FP24.A17, FP32.A16, FP32.A17).
Is there any existing library that the arithmetic operations are being written separately in Text or ASM form? Because when these libraries are included in the assembly code, it will take huge memory space. I just want to include those operations that are needed in my application.
Thanks in advance,
I downloaded some of the libraries for floating point (Microchip format) arithmetic and math functions but it seems that the whole arithmetic operations say for example 24-bit Multiply, Divide, Add and Subract for PIC16XXXX families are being compressed in one library - and these libraries cannot be opened. (example FP24.A16, FP24.A17, FP32.A16, FP32.A17).
Is there any existing library that the arithmetic operations are being written separately in Text or ASM form? Because when these libraries are included in the assembly code, it will take huge memory space. I just want to include those operations that are needed in my application.
Thanks in advance,