FFFFC73A
.
lui
instruction.lw
and
sw
instructions.ls, cd, mkdir, gcc, man
. You should also know
some of their options and arguments.
exam1q7.s
and exam1q8.s
. Make sure your program is commented
well.
cd /usr/local/cs/PCSPim
msiexec /i Setup.msi
Right Click → Open
and
click on Mark as Trusted
. The icon
should change to a little picture of a PC.
read_array
that
read in an array. We reviewed function/procedure call
conventions.
print_array
method complete
and ready to go. This is based on the C file that we started to
write sort.c
hw3.s
.
.text main: .word 0x24A60004 # 3.10.2 part a .word 0xAFBF0000 # 3.10.2 part b
$f0
and $f1
at the end of the
program execution.
.text main: li $t0, 0x24A60004 # part a li $t1, 0xAFBF0000 # part b mtc1 $t0, $f0 mtc1 $t1, $f1 jr $ra