Page 1 of 1

11. Recall that the MIPS system uses a PC register to fetch instructions. It also contains 32 CPU registers $0 through $

Posted: Fri Jul 08, 2022 6:43 am
by answerhappygod
11 Recall That The Mips System Uses A Pc Register To Fetch Instructions It Also Contains 32 Cpu Registers 0 Through 1
11 Recall That The Mips System Uses A Pc Register To Fetch Instructions It Also Contains 32 Cpu Registers 0 Through 1 (128.57 KiB) Viewed 46 times
11. Recall that the MIPS system uses a PC register to fetch instructions. It also contains 32 CPU registers $0 through $31 as well as the hi and lo registers used by the mult and div instructions. The tables below show the initial decimal contents of each register other than the PC: $0 $1 $2 $3 $4 $5 $6 $8 $9 $10 $11 $12 $13 $14 0 $17 17 1 2 18 3 $18 $19 $20 $21 19 4 20 21 5 $22 22 6 $23 23 $7 7 $24 24 8 $25 25 9 $26 26 10 11 $27 $28 27 28 12 13 29 $29 $30 $31 14 30 31 $15 15 lo 32 a) (5) Show the hex contents of any register that is written by the machine instruction: 0x00002012 if the initial contents of the registers are as shown above. | b) (5) Show the hex contents of any register that is written by the machine instruction: 0x00E00011 if the initial contents of the registers are as shown above. $16 16 hi 33