UM10462
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2016. All rights reserved.
User manual
Rev. 5.5 — 21 December 2016
478 of 523
NXP Semiconductors
UM10462
Chapter 24: LPC11U3x/2x/1x Appendix ARM Cortex-M0
BX
LR
; Return from function call
BLX
R0
; Branch with link and exchange (Call) to a address stored
; in R0
BEQ
labelD ; Conditionally branch to labelD if last flag setting
; instruction set the Z flag, else do not branch.
24.4.7 Miscellaneous instructions
shows the remaining Cortex-M0 instructions:
24.4.7.1 BKPT
Breakpoint.
24.4.7.1.1
Syntax
BKPT #
imm
where:
imm
is an integer in the range 0-255.
Table 432. Miscellaneous instructions
Mnemonic
Brief description
See
BKPT
Breakpoint
CPSID
Change Processor State, Disable Interrupts
CPSIE
Change Processor State, Enable Interrupts
DMB
Data Memory Barrier
DSB
Data Synchronization Barrier
ISB
Instruction Synchronization Barrier
MRS
Move from special register to register
MSR
Move from register to special register
NOP
No Operation
SEV
Send Event
SVC
Supervisor Call
WFE
Wait For Event
WFI
Wait For Interrupt