-
N
-
Set to 1 when the result of the operation was negative, cleared to 0 otherwise.
Z
-
Set to 1 when the result of the operation was zero, cleared to 0 otherwise.
C
-
Set to 1 when the operation resulted in a carry, cleared to 0 otherwise.
V
-
Set to 1 when the operation caused overflow, cleared to 0 otherwise.
For more information about the APSR see Program Status Register.
Condition code suffixes
本文深入探讨了ARM处理器中的操作状态寄存器(APSR),包括其功能、标志位(如N、Z、C、V等)以及它们如何用于表示运算结果的状态。同时介绍了条件码后缀在指令中的应用,以实现基于运算结果的不同行为。
1579

被折叠的 条评论
为什么被折叠?



