Question: Write the MIPS assembly code that creates the 32-bit constant 0010 0000 0000 0001 0100 1001 0010 0100two and stores that value to register $t1.
Write the MIPS assembly code that creates the 32-bit constant 0010 0000 0000 0001 0100 1001 0010 0100two and stores that value to register $t1. And print the value of $t1 to stdout in binary - i.e., as a 32 bit sequence of '1's and '0's (use the MIPS syscall functionality for I/O).
Two notes: 1. No "+" is needed to express positive numbers.
2. Do not use "syscall 10" to terminate your program, just let it drop off the bottom. "Syscall 10" will not allow you to store value in $v0.
SAVE THE PROGRAM AS A .asm FILE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
