Assembly - Adding?
John A. Zoidberg
Posts: 514
Hello there,
I read in the datasheet for the Propeller that the Add instruction takes a 32-bit source, and a 5-bit literal.
So it can't do 32-bit + 32-bit? So how am I going to get around to doing it? Or I'm reading the "5-bit literal" wrong?
Thanks.
I read in the datasheet for the Propeller that the Add instruction takes a 32-bit source, and a 5-bit literal.
So it can't do 32-bit + 32-bit? So how am I going to get around to doing it? Or I'm reading the "5-bit literal" wrong?
Thanks.
Comments
Note: the only 5-bit numbers I can think of off the top of my head relate to the rotate and shift PASM instructions.
Jonathan