Assume that the variables v, w, x, y, and z are stored in memorylocations M[000], M[001], M[010], M[011], and M[100], respectively.Using the machine language instructions shown in Section 3.2,translate the following algorithmic operations into their machinelanguage equivalents. You can overwrite a memory location for anintermediate calculation, if that location is no longer needed. Seeactivity 3.2.2 for an example. (2 points) a. Set v to the value of(w + y) + (x + z) b. Input v from the user, then display v * 5
Expert Answer
An answer will be send to you shortly. . . . .