Table 8, Bit manipulation instructions, Table 9 – Zilog Z16F2810 User Manual
Page 40: Rotate and shift instructions, Table 10, Load instructions

Assembly Language Introduction
UM018809-0611
24
ZNEO
®
CPU Core
User Manual
Table 8. Bit Manipulation Instructions
Mnemonic
Operands
Instruction
Page
TCM
dst, src
Test Complement Under Mask
TM
dst, src
Test Under Mask
Table 9. Rotate and Shift Instructions
Mnemonic
Operands
Instruction
Page
RL
dst
Rotate Left
SLL
dst, src
Shift Left Logical
SLLX
dst, src
Shift Left Logical, Extended
SRA
dst, src
Shift Right Arithmetic
SRAX
dst, src
Shift Right Arithmetic,
Extended
SRL
dst, src
Shift Right Logical
SRLX
dst, src
Shift Right Logical, Extended
Table 10. Load Instructions
Mnemonic
Operands
Instruction
Page
CLR
dst
Clear Value
EXT
dst, src
Extend Value
LD
dst, src
Load
LD cc
dst
Load Condition Code
LDES
dst
Load and Extend Sign Flag
LEA
dst
Load Effective Address
LINK
src
Link Frame Pointer
POP
dst
Pop
POPF
dst
Pop Flags
POPM
mask
Pop Multiple
PUSH
src
Push
PUSHF
src
Push Flags
PUSHM
mask
Push Multiple
UNLINK
Unlink Frame Pointer