This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Instruction and Related Flag update

Hi all,

When the arithmetic and logical instruction like SUBS, LSLS are executed the processor flag will be updated.

Can somebody point to the document where the information on affected flags of each instructions are specified ?

Parents
  • Hi,

    You can find all this detail in the relevant ARM Architecture Reference Manual (ARM ARM). That contains detailed descriptions of the operation of each instruction, including how the flags are affected. Make sure you are looking at the right ARM ARM for your particular device as there are separate editions for ARMv7-AR, ARMv7-M and ARMv8-A.

    Hope this helps.

    Chris

Reply
  • Hi,

    You can find all this detail in the relevant ARM Architecture Reference Manual (ARM ARM). That contains detailed descriptions of the operation of each instruction, including how the flags are affected. Make sure you are looking at the right ARM ARM for your particular device as there are separate editions for ARMv7-AR, ARMv7-M and ARMv8-A.

    Hope this helps.

    Chris

Children