What does ## mean in Prop-2 assembly language?
JonTitus
Posts: 193
in Propeller 2
I have seen the double pound sign symbol (##) used in several assembly-language programs for the Propeller-2, but don't understand what it means. It's not mentioned in the Prop-1 docs. Can someone offer an explanation and an example?
Thanks. --Jon
Thanks. --Jon
Comments
AUGD provides a similar method for the D bits in the following instruction.
In the past, it was a pain to use any numeric value > 511
Now, it's no problem! Just use ## and the assembler will magically make it all work.
(It just adds an extra instruction)