PASM: MOVD, MOVI, MOVS and the Carry flag
In the propeller manual v1.1, the descriptions of the MOVD, MOVI and MOVS instructions say in the opcode table that the carry flag is unaffected, yet the truth table says that C is affected. A note describes the instructions' effect on the Z flag, but carry is not described.
Does anyone have a definitive answer as to the carry flag behaviour?
Does anyone have a definitive answer as to the carry flag behaviour?
Comments
And before you ask, the same is true for jmp[ret].
I'll download the SpinSim source. It's obviously a good reference.