Multiply
Multiply mult is an R-type instruction, but is complicated by the fact that the product of 2 32-bit numbers can be 64-bits long
There is a special multiply result register
mult $8,$10 # Go forth and multiply
The result can be removed using move from high, mfhi to get
the MSB`s and move from low, mflo, to get the LSBs