Make a table that shows the values of all datapath and contr
Make a table that shows the values of all datapath and control signals in all clock periods of multicycle execution of the instruction add $5, $4, $3, assuming that register 3 contains the two\'s complement representative of -13 (base 10) and register 4 contains the two\'s complement representative of 4 (base 10).
Solution
register 3 contain 2 complement of -13 = 2\'s complement (1111)
= 0001
register 4 contain 2 complement of 4 = 2\'s complement (0100)
= 1110
