ARM flag별 접미사
2008/10/20 23:47
EQ Z set ; equal
NE Z clear ; not equal
CS C set ; unsigned higher or same
CC C clear ; unsigned lower
NI N set ; negative
PL M clear ; positive or zero
VS V set ; overflow
VC V clear ;no overflow
HI C set and Z clear ; unsigned higher
LS C clear or Z set ; unsigned lower or sam
GE N set and V set or ;greater or equal
N clear and V clear
LT N set and v clear or ;less than
N clear and V set
GT Z clear and ether N set ; grater than
and V set or N clear and
V clear
LE Z set or N set and ;less than or equal
V clear or N clear and
V set
AL always
NV never
NE Z clear ; not equal
CS C set ; unsigned higher or same
CC C clear ; unsigned lower
NI N set ; negative
PL M clear ; positive or zero
VS V set ; overflow
VC V clear ;no overflow
HI C set and Z clear ; unsigned higher
LS C clear or Z set ; unsigned lower or sam
GE N set and V set or ;greater or equal
N clear and V clear
LT N set and v clear or ;less than
N clear and V set
GT Z clear and ether N set ; grater than
and V set or N clear and
V clear
LE Z set or N set and ;less than or equal
V clear or N clear and
V set
AL always
NV never
'정보통신전자공학부 > 마이크로프로세서' 카테고리의 다른 글
| ARM flag별 접미사 (0) | 2008/10/20 |
|---|