QE MCUs 8-bit and 32-bit Comparison
QE128 Quick Reference User Guide, Rev. 1.0
Freescale Semiconductor
2-7
This is a syntax for a V1 core example:
2.2.1.2
Exception Processing
Exception processing is defined as processor-detected conditions that force an instruction stream
discontinuity because of a program or system error: a system call, a debug, or an I/O interrupt. The
ColdFire V1 core uses a reduced version of the interrupt controller from other ColdFire processors. This
hardware implementation is available only for a 32-bit MCU.
Absolute Short Addressing.
op.sz xxx.w,Rx
Absolute Long Addressing.
op.sz xxx.{l},Rx
Immediate Byte, Word.
op.{b,w}
2
#imm,Rx
Immediate Long.
op.l#imm
3
,Rx
1
op.sz - operand size(size is 1 for byte, 2 for word, 4 for long).
2
op.{b,w} - operand {byte,word}.
3
op.l - operand long.
Source
Destination
#0x55
Rx
Table 2-3. Addressing Modes and Syntax
Addressing modes
Syntax