Page 1 of 1

Can you add/use Python or C++ code with the FV-1 IDE?

Posted: Wed Oct 18, 2017 11:00 am
by willpollard
I want to use a program that exists in Python and C++ to provide float values to inform variables in the FV-1 IDE. Is this possible? Is there a compiler option?

Posted: Wed Oct 18, 2017 12:00 pm
by frank
Nope, you will have to translate it to FV-1 assembly. FV-1 math is all fixed point so it cannot handle float values at all.

Posted: Thu Oct 19, 2017 12:00 pm
by willpollard
Cheers Frank...

I know i can get Python to output relevant strings and tuples.... would there be an option with either of these routes?

Thanks

Will

Posted: Thu Oct 19, 2017 1:00 pm
by frank
There is no way for the assembler to read or understand any other language. It can only understand FV-1 assembly code.