TSK3000A Generic Instruction - SLAV
Frozen Content
Instruction: Shift Left Arithmetic Variable
Assembler Format | Example | Translates to... |
---|---|---|
slav rC, rA, rB | slav $3, $4, $5 | sllv rC, rA, rB |
slav rC, rB | slav $3, $5 | sllv rC, rC, rB (where rA = rC) |
Notes
SLAV is identical to SLLV and can be used wherever SLLV is used.