Page 1 of 1

After executing each instruction, write down the value (in hexadecimal) of the result and indicate if there is overflow

Posted: Fri Jul 01, 2022 5:35 am
by answerhappygod
After executing each instruction, write down the value (inhexadecimal) of the result and indicate if there is overflow or not(YES or NO is enough). The instructions are independent of eachother and each instruction uses the register values given below.You need to give your results as 8- digit hexadecimal numbers (asthey appear in a 32-bit register). PLEASE SHOWSTEPS
R1 = (FFFF FF00)16 R2 = (0000 0100)16
sltu R3, R1, R2 R3 = _ _ _ _ _ _ _ _16 Overflow = ______
div R1, R2 HI = _ _ _ _ _ _ _ _16 LO = _ _ _ _ _ _ _ _16Overflow = ______