Question: (8 points) Write an assembly program to compute the following expressions z=y-(r + 7) z=x+(y-9) where x, y, r and z are 16-bit integer memory

 (8 points) Write an assembly program to compute the following expressions

(8 points) Write an assembly program to compute the following expressions z=y-(r + 7) z=x+(y-9) where x, y, r and z are 16-bit integer memory variables. x=6, y-25, r = 3 z is a list. (you must use DUP when identifying and initializing z list) Values of the z list after running the program should be: OBh, OFh, 16h. Use the debugger to verify your answer. (8 points) Write an assembly program to compute the following expressions z=y-(r + 7) z=x+(y-9) where x, y, r and z are 16-bit integer memory variables. x=6, y-25, r = 3 z is a list. (you must use DUP when identifying and initializing z list) Values of the z list after running the program should be: OBh, OFh, 16h. Use the debugger to verify your

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!