Hi, All ! Do we really need 4K flash for 64 bit division routine ?
#include <sys/inttypes.h>
uint64_t l;
uint32_t a,b,h;
int main()
{
a=l/h;
}
D:\msp430\$>msp430-size
text data bss dec hex filename
4322 0 20 4342 10f6 a.out
All the best,
Oleg.
