Spin2asm
nicolad76
Posts: 164
Hi...I believe that any SPIN code gets translated int ASM at some point...am I correct?
If this is correct...there is any way to see how my SPIN code come out in ASM?
Thx!
·
If this is correct...there is any way to see how my SPIN code come out in ASM?
Thx!
·
Comments
Spin code get converted to token that are executed by the spin interpreter.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Did you know that 111,111,111 multiplied by 111,111,111 equals 12345678987654321 ?
www.iElectronicDesigns.com
·
There's my Spin bytecode disassembler here if you want to see what the bytecode looks like ...
http://forums.parallax.com/showthread.php?p=665019