Notation
Rd
Rs
Rn
(EAd)
(EAs)
CCR
N
Z
V
C
PC
SP
#Imm
op
disp
+
-
×
÷
∧
∨
⊕
→
¬
:3, :8, :16 3-bit, 8-bit, or 16-bit length
10
General register (destination)
General register (source)
General register
Destination operand
Source operand
Condition code register
N (negative) bit of CCR
Z (zero) bit of CCR
V (overflow) bit of CCR
C (carry) bit of CCR
Program counter
Stack pointer (R7)
Immediate data
Operation field
Displacement
Addition
Subtraction
Multiplication
Division
AND logical
OR logical
Exclusive OR logical
Move
Not