Can someone point me to a list or something containing all the Assembly (MIPS) TAL instructions?
I believe that
mul $8, $17, $20
Will become
mult $17, $20
mflo $8
But I was unable to find all instructions.
Can someone point me to a list or something containing all the Assembly (MIPS) TAL instructions?
I believe that
mul $8, $17, $20
Will become
mult $17, $20
mflo $8
But I was unable to find all instructions.