Introduction
ARM DDI 0210C
Copyright © 2001, 2004 ARM Limited. All rights reserved.
1-23
EOR
EOR Rd, Rs
OR
ORR Rd, Rs
Bit clear
BIC Rd, Rs
Move NOT
MVN Rd, Rs
Test bits
TST Rd, Rs
Shift/Rotate
Logical shift left
LSL Rd, Rs, #5bit_shift_imm LSL Rd, Rs
Logical shift right
LSR Rd, Rs, #5bit_shift_imm LSR Rd, Rs
Arithmetic shift right
ASR Rd, Rs, #5bit_shift_imm ASR Rd, Rs
Rotate right
ROR Rd, Rs
Branch
Conditional
-
•
if Z set
BEQ label
•
if Z clear
BNE label
•
if C set
BCS label
•
if C clear
BCC label
•
if N set
BMI label
•
if N clear
BPL label
•
if V set
BVS label
•
if V clear
BVC label
•
if C set and Z clear
BHI label
•
if C clear and Z set
BLS label
•
if ((N set and V set) or (N clear and V clear))
BGE label
•
if ((N set and V clear) or if (N clear and V set))
BLT label
•
if (Z clear and ((N or V set) or (N or V clear)))
BGT label
•
if (Z set or ((N set and V clear) or (N clear and
V set)))
BLE label
Table 1-7 Thumb instruction set summary (continued)
Operation
Assembly syntax
Содержание ARM7TDMI
Страница 6: ...Contents vi Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 10: ...List of Tables x Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 14: ...List of Figures xiv Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 46: ...Introduction 1 26 Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 120: ...Coprocessor Interface 4 18 Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 142: ...Debug Interface 5 22 Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 276: ...Differences Between Rev 3a and Rev 4 C 6 Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...
Страница 282: ...Glossary Glossary 6 Copyright 2001 2004 ARM Limited All rights reserved ARM DDI 0210C ...