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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.