I need to find the remainder of division between t3 and t8 registers, and put the remainder in t1 register. I'm new to this language and every other solution I found was about other complex registers like AH or something I don't understand. How can I do this?
            Asked
            
        
        
            Active
            
        
            Viewed 15 times
        
    0
            
            
        - 
                    Use the `DIV` insrtuction, it does both division and modulus. – Erik Eidt Nov 04 '22 at 00:19
 - 
                    1`AH\` is for the x86 processor family, which is different from the MIPS family. – Erik Eidt Nov 04 '22 at 00:20