Table 1-11, Condition fields -13 – Epson ARM.POWERED ARM720T User Manual
Page 33
Advertising

1: Introduction
ARM720T CORE CPU MANUAL
EPSON
1-13
Condition fields, {cond}, are shown in Table 1-11.
Table 1-11 Condition fields
Suffix
Description
Condition(s)
EQ
Equal
Z set
NE
Not equal
Z clear
CS
Unsigned higher, or same
C set
CC
Unsigned lower
C clear
MI
Negative
N set
PL
Positive, or zero
N clear
VS
Overflow
V set
VC
No overflow
V clear
HI
Unsigned higher
C set, Z clear
LS
Unsigned lower, or same
C clear, Z set
GE
Greater, or equal
N=V (N and V set or N and V clear)
LT
Less than
N<>V (N set and V clear) or (N clear and V set)
GT
Greater than
Z clear, N=V (N and V set or N and V clear)
LE
Less than, or equal
Z set or N<>V (N set and V clear) or (N clear and V set)
AL
Always
Always
Advertising