Square-Root Implementation & Performance Comparisons Square
root operation is considered difficult to implement in hardware, in
this project, you must Write and test a MIPS assembly language
program to implement three algorithms of an 8-bit integer square
root. Background: In mathematics, a square root (√) of a number x
is a number r such that r 2 = x, or, in other words, a number r
whose square (the result of multiplying the number by itself, or r
× r)...