TSK3000A Generic Instruction - ROL

Frozen Content

Instruction:    Rotate Left

Assembler Format
Example
Translates to...

rol rC, rA, IMM5

rol $3, $4, 16

srl $at, rA, 32 - IMM5
sll rC, rA, IMM5
or rC, rC, $at

rol rC, rA, rB

rol $3, $4, $5

subu $at, $0, rB
srlv $at, rA, $at
sllv rC, rA, rB
or rC, rC, $at

rol rC, IMM5

rol $3, 16

srl $at, rC, 32 - IMM5
sll rC, rC, IMM5
or rC, rC, $at

rol rC, rB

rol $3, $5

subu $at, $0, rB
srlv $at, rC, $at
sllv rC, rC, rB
or rC, rC, $at

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