UM10429
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2010. All rights reserved.
User manual
Rev. 1 — 20 October 2010
225 of 258
NXP Semiconductors
UM10429
Chapter 19: Appendix LPC1102 ARM Cortex-M0 reference
19.4.7.8.4
Condition flags
This instruction does not change the flags.
19.4.7.8.5
Examples
NOP
; No operation
19.4.7.9 SEV
Send Event.
19.4.7.9.1
Syntax
SEV
19.4.7.9.2
Operation
SEV causes an event to be signaled to all processors within a multiprocessor system. It
also sets the local event register, see
.
19.4.7.9.3
Restrictions
There are no restrictions.
19.4.7.9.4
Condition flags
This instruction does not change the flags.
19.4.7.9.5
Examples
SEV ; Send Event
19.4.7.10 SVC
Supervisor Call.
19.4.7.10.1
Syntax
SVC #
imm
where:
imm
is an integer in the range 0-255.
19.4.7.10.2
Operation
The SVC instruction causes the SVC exception.
imm
is ignored by the processor. If required, it can be retrieved by the exception handler to
determine what service is being requested.
19.4.7.10.3
Restrictions
There are no restrictions.
19.4.7.10.4
Condition flags
This instruction does not change the flags.