There is no separate entry for RRXS, it is in the notes for RRX.In the reference I have, I can only find RRX and not RXXS.![]()
This is true for all instructions that support the status flags. You have to specifically indicate whether you want in instruction to set the status flags or not. By default (in the 'short' form of the instruction) instructions do not set the status flags. You have to append 'S' to the instruction in order to set the status flags. So for example:
Code:
ADD R0, R1, R2
Code:
ADDS R0, R1, R2
In the Architecture Reference Manual, you see this as {S} in the notes of the general instructions.
Statistics: Posted by creatid — Sun Dec 17, 2023 9:27 pm