Zilog Z16F2810 User Manual
Page 173

UM018809-0611
SLLX Instruction
ZNEO
®
CPU Core
User Manual
157
Flags are set based on the 32-bit destination register value.
Syntax and Opcodes
Example
Before:
R7=7F37_B2D3H (0111_1111_0011_0111_1011_0010_1101_0011B), R8=4
SLLX R7, R8
;Object code: 0007 B687
After:
R7=F37B_2D30H (1111_0011_0111_1011_0010_1101_0011_0000B),
R8=0000_0007H (0000_0000_0000_0000_0000_0000_0000_0111B), Flags C, S=1; Z, V,
B=0
Instruction, Operands
Extend
Prefix
Word 0
Word 1
Word 2
SLLX Rd, Rs
0007H
{B6H, Rs, Rd}
Note: