Introduction - If you have any usage issues, please Google them yourself
Design corresponding digital logic to judge the following situations:
a) Determine that a 32-bit signed number is greater than zero
b) Make sure that a 32-bit signed number is less than zero
c) Make sure two 32-bit signed numbers are equal
d) Make sure the two 32-bit signed numbers are not equal
e) Compare the size of two 32-bit signed numbers
Draw the circuit diagram, analyze the complexity and cost, and discuss the possible advantages of MIPS instruction set branch transfer instruction in hardware implementation.