PASM - SRC value in not what I expect
Tony B.
Posts: 356
I have been working learning PASM using the following attached code. I have been studing the Hex code as shown when you use the Compile Current - View code or F8 in the Propeller tool. Having studied the Hex code potions in the Hex code window I believe the register number for the SRC of the first OR instructions should be register number $12 or 18, but the parsed code shows $B or 11. When I check the register values for dira, outa, and count the values are correct. Some help understanding my error would be most appreciated.
Thanks,
Tony
Thanks,
Tony
Comments
-Phil
-Phil
Just a curiosity question. Is there some where I could learn what the initializationHex code is as well as what Hex code SPIN generates for its instruction set?
Thanks,
Tony
-Phil