Question: 2. (8 points) Write an assembly program to compute the following expressions Z = X + 6 Z r+ y - 9 where x, y,

2. (8 points) Write an assembly program to compute the following expressions Z = X + 6 Z r+ y - 9 where x, y, r and z are 16-bit integer memory variables. - x = 7, y= 20, r = 4 - 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: ODh, 14h, OFh. - Use the debugger to verify your answer. o Submit the following: 2. (8 points) Write an assembly program to compute the following expressions Z = X + 6 Z r+ y - 9 where x, y, r and z are 16-bit integer memory variables. - x = 7, y= 20, r = 4 - 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: ODh, 14h, OFh. - Use the debugger to verify your answer. o Submit the following
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
