I am relatively new to MIPS programming. I am looking for a program to Input 3 numbers from the user, and output them to the screen in order from highest to lowest.
Asked
Active
Viewed 91 times
0
-
Is this a homework or what? – Olatunde Garuba Nov 21 '15 at 23:26
-
Yes, it's the final program of a set of 5. Got the first four fine – Greig Mitchell Nov 21 '15 at 23:28
-
`$a0` is `argc`, `$a1` is `argv` in `spim` – Konrad Lindenbach Nov 24 '15 at 01:25