Problem
I. Both Memory-Memory and Register-Register(Load store) can use 3-address instructions. What are the similarities and the differences between the "3-address" instructions when using these internal storage styles?
II. Suppose we are executing the statement x = y + z, give the assembly code that would represent statements in Memory-Memory and Register-register CPUs.