Re: [Flashforth-devel] PIC24-30-33 and C Math Library Functions
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-04-05 05:24:27
|
Hello Pete, The status is that I have done nothing in this area. I think the math routines are written in assembly and have a C-interface description. Maybe also a assembly interface descriptio can be found. In general code in linked libraries is simplest to call from words defined when the FF core is compiled and linked to some library. C4add.c is a simple example of this. For example the following stuff could be described in the wiki. 1. The interface to the math libraries 2. Linking math routines to FlashForth words 3. Parse fixed point number 4. Print fixed point number 5. Parse floating point number 6. Print fixed point number 7. Linking C-routines to FF. BR Mike |