SPIN and ASM
Spork Frog
Posts: 212
I have two quick questions for whoever knows the answers:
1. Can you launch a spin routine from inside an ASM program? I assume the answer is yes, and I also assume it has to do with setting the PAR address correctly in COGINIT. However I don't know for sure on either of those.
2. Has there been a spec released for Spin such as tokens and such so, say, one could create his own Spin compiler?
Thanks in advance
1. Can you launch a spin routine from inside an ASM program? I assume the answer is yes, and I also assume it has to do with setting the PAR address correctly in COGINIT. However I don't know for sure on either of those.
2. Has there been a spec released for Spin such as tokens and such so, say, one could create his own Spin compiler?
Thanks in advance
Comments
2) No. My understanding is that it won't be although one or two people have done a nearly complete "clean room" analysis and posted what they believe are the descriptions of the byte codes.
calling spin code from assembly