EasyManuals Logo

ARM Cortex-M3 User Manual

ARM Cortex-M3
410 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #61 background imageLoading...
Page #61 background image
Programmer’s Model
ARM DDI 0337G Copyright © 2005-2008 ARM Limited. All rights reserved. 2-13
Unrestricted Access Non-Confidential
2.6 Instruction set summary
This section provides:
a summary of the processor 16-bit instructions
a summary of the processor 32-bit instructions.
Table 2-4 lists the 16-bit Cortex-M3 instructions.
Table 2-4 16-bit Cortex-M3 instruction summary
Operation Assembler
Add register value and C flag to register value
ADC <Rd>, <Rm>
Add immediate 3-bit value to register
ADD <Rd>, <Rn>, #<immed_3>
Add immediate 8-bit value to register
ADD <Rd>, #<immed_8>
Add low register value to low register value
ADD <Rd>, <Rn>, <Rm>
Add high register value to low or high register value
ADD <Rd>, <Rm>
Add 4* (immediate 8-bit value) with PC to register
ADD <Rd>, PC, #<immed_8> * 4
Add 4* (immediate 8-bit value) with SP to register
ADD <Rd>, SP, #<immed_8> * 4
Add 4* (immediate 7-bit value) to SP
ADD SP, #<immed_7> * 4
Bitwise AND register values
AND <Rd>, <Rm>
Arithmetic shift right by immediate number
ASR <Rd>, <Rm>, #<immed_5>
Arithmetic shift right by number in register
ASR <Rd>, <Rs>
Branch conditional
B<cond> <target address>
Branch unconditional
B <target_address>
Bit clear
BIC <Rd>, <Rm>
Software breakpoint
BKPT <immed_8>
Branch with link
BL <Rm>
Branch with link and exchange
BLX <Rm>
Branch and exchange
BX <Rm>
Compare not zero and branch
CBNZ <Rn>,<label>
Compare zero and branch
CBZ <Rn>,<label>

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the ARM Cortex-M3 and is the answer not in the manual?

ARM Cortex-M3 Specifications

General IconGeneral
ArchitectureARMv7-M
Instruction SetThumb-2
Pipeline Stages3-stage
InterruptsNested Vectored Interrupt Controller (NVIC)
Interrupt ControllerNested Vectored Interrupt Controller (NVIC)
Memory Protection UnitOptional
Power ConsumptionVaries by implementation
Max Clock SpeedUp to 100 MHz
DebuggingJTAG and Serial Wire Debug (SWD)
Operating Voltage1.8V to 3.6V
Manufacturing ProcessVaries by implementation
Core Type32-bit

Related product manuals