Spin in C
stevenmess2004
Posts: 1,102
This is mainly just putting out some ideas for different ways to run spin objects from C.
1. Run the spin interpreter in the C LMM. The interpreter will need modifying but it should be possible. Lot of work though. If done properly would allow calling all the different functions from C.
2. Run the spin object in another cog. Should be fairly easy but all interfaces will have to be through memory. Should be able to locate VAR and Stack space anywhere we want so shouldn't be
Any other ideas?
1. Run the spin interpreter in the C LMM. The interpreter will need modifying but it should be possible. Lot of work though. If done properly would allow calling all the different functions from C.
2. Run the spin object in another cog. Should be fairly easy but all interfaces will have to be through memory. Should be able to locate VAR and Stack space anywhere we want so shouldn't be
Any other ideas?