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

Software questions and issues with the FV-1

Moderator: frank

Post Reply
willpollard
Posts: 2
Joined: Wed Oct 18, 2017 1:12 am
Location: Cheshire, UK

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

Post 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?
I like stuff
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post 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.
Frank Thomson
Experimental Noize
willpollard
Posts: 2
Joined: Wed Oct 18, 2017 1:12 am
Location: Cheshire, UK

Post 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
I like stuff
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

There is no way for the assembler to read or understand any other language. It can only understand FV-1 assembly code.
Frank Thomson
Experimental Noize
Post Reply