ARM/Conditional instruction

From Rice Wiki
< ARM
Revision as of 15:35, 22 May 2024 by Rice (talk | contribs) (Created page with "Use conditional flags set by the ALU (N, C, V, Z) stored in the status register. Append instruction with S to set flags, or use the CMP instruction. To conditionall execute, append conditional mnemonics. For example, SUBNE executes if not equal (zero flag is not set).")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Use conditional flags set by the ALU (N, C, V, Z) stored in the status register.

Append instruction with S to set flags, or use the CMP instruction.

To conditionall execute, append conditional mnemonics. For example, SUBNE executes if not equal (zero flag is not set).