Leveraging SPIN/PASM assets
Invent-O-Doc
Posts: 768
Based upon the documentation, there appears to be ways to run PASM and compiled SPIN code. It there a way to leverage SPIN objects within a GCC project? For example, device or video drivers?
Comments
When I asked about adding support for full SPIN objects within the Propeller GCC context Parallax said no. It is not impossible to add support for SPIN objects, it's just not a Propeller-GCC feature.
http://forums.parallax.com/showthread.php?137346-Updated-Spin-to-C-translator
At the moment it's a command line only tool, but if there's demand I'm sure we could figure out a way to hook it up to the IDE.
Eric
It can automatically convert a number of the "gold standard" OBEX objects from Spin/PASM to C++. There are some demos included in the package, and some rudimentary documentation -- more documentation needs to be done, and user input is appreciated!