
MOTOROLA
5-18
INSTRUCTION SET
CPU16
REFERENCE MANUAL
5.7 Indexing and Address Extension Instructions
The CPU16 has a complete set of instructions that enable a user to take full advantage
of 20-bit pseudolinear addressing. These instructions use specialized forms of math-
ematic and data transfer instructions to perform index register manipulation and exten-
sion field manipulation.
5.7.1 Indexing Instructions
Indexing instructions perform 8- and 16-bit operations on the three index registers and
accumulators, other registers, or memory. Index addition and transfer instructions also
affect the associated extension field.
Table 5-26 Indexing Summary
Addition Instructions
Function
Add B to IX
Add B to IY
Add B to IZ
Add D to IX
Add D to IY
Add D to IZ
Add E to IX
Add E to IY
Add E to IZ
Add Immediate Value to IX
Add Immediate Value to IY
Add Immediate Value to IZ
Compare Instructions
Function
Compare IX to Memory
Compare IY to Memory
Compare IZ to Memory
Load Instructions
Function
Load IX
Load IY
Load IZ
Store Instructions
Function
Store IX
Store IY
Store IZ
Mnemonic
ABX
ABY
ABZ
ADX
ADY
ADZ
AEX
AEY
AEZ
AIX
AIY
AIZ
Operation
(XK : IX) + (000 : B)
XK : IX
(YK : IY) + (000 : B)
YK : IY
(ZK : Z) + (000 : B)
ZK : IZ
(XK
:
IX) + ( D)
XK
:
IX
(YK : IY) + ( D)
YK : IY
(ZK : IZ) + ( D)
ZK : IZ
(XK
:
IX) + ( D)
XK
:
IX
(YK : IY) + ( E)
YK : IY
(ZK : IZ) + ( E)
ZK : IZ
XK : IX + ( IMM8/16)
XK : IX
YK : IY + ( IMM8/16)
YK : IY
ZK : IZ + ( IMM8/16)
ZK : IZ
Mnemonic
CPX
CPY
CPZ
Operation
(IX) – (M : M + 1)
(IY) – (M : M + 1)
(IZ) – (M : M + 1)
Mnemonic
LDX
LDY
LDZ
Operation
(M : M + 1)
IX
(M : M + 1)
IY
(M : M + 1)
IZ
Mnemonic
STX
STY
STZ
Operation
(IX)
M : M + 1
(IY)
M : M + 1
(IZ)
M : M + 1
F
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
n
.