TSK3000A Generic Instruction - SLL

Frozen Content

Instruction:    Shift Left Logical

Assembler Format
Example
Translates to...

sll rC, rA, rB

sll $3, $4, $5

sllv rC, rA, rB

sll rC, IMM5

sll $3, 4

sll rC, rC, IMM5 (where rA = rC)

sll rC, rB

sll $3, $5

sllv rC, rC, rB (where rA = rC)

Notes

SLA is identical to SLL and can be used wherever SLL is used.

You are reporting an issue with the following selected text and/or image within the active document: