0

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.

Favolas
  • 6,963
  • 29
  • 75
  • 127

1 Answers1

0

Assuming you mean MIPS Assembler pseudo-opcodes, here is a list to get you started. I have no idea what a "TAI" or a "TAL" instruction is supposed to be.

markgz
  • 6,054
  • 1
  • 19
  • 41