spin and pasm
anthonyslow
Posts: 2
in Propeller 2
if i wrote a program for prop1....using spin and pasm.....what pasm instructions will i need to change....what will i use instead of spin
Comments
Spin2 will be available soon. The instructions for spin2 and pasm2 will be almost identical to spin and pasm from prop1, the differences are mostly architectural.
Timing (Spin2 will be a heap faster), and smartpins and interrupts in P2 replace Prop1 counters/waitpeq instructions etc
It won't be too scary, probably a whole lot of fun in fact. Spin2 is going to scream along, and will be able to call inline pasm2 when required.
You can see all the P2 assembler instructions in the Google sheet that's linked in the first post of the FPGA FILES thread.
There is another document somewhere (on google???) that describes most P2 instructions in more detail. It's not quite complete, and the opcodes were changed since those docs were done so be careful.
Spin2 hasn't been finalised, nor has the spin2 Interpreter been written.