Passing values ​to the sll operation

0

I'm new to Assembly programming and have an elementary question.

How to pass the value that is stored in $t6 as the third parameter in the sll function?

and $t6, $t3, 0x0000001F ($t6 ​​receiving the value in $t3 and 0x0000001F)

sll $t0,$t1, value in $t6
assembly
mips
asked on Stack Overflow Sep 15, 2019 by (unknown user)

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0