What does ## mean in P2 spin?
ti85
Posts: 44
in Propeller 2
I have a simple question…what does ## mean in P2 spin language? In P1, we had a # that meant something like an actual value, and not an address…Ex add Time, #9 would add the value 9 to the variable Time, but I don’t’ remember seeing a ## with the P1.
Comments
Using ## means to insert an additional instruction to allow use of a 32-bit immediate number, instead of 9-bit immediate.
It has been awhile since I have done P1 programming, so I have a lot of 'rust' to knock off and new instructions to learn with the P2.