Question: PLEASE USE ASSEMBLY CODE ONLY. THANK YOU Lab 7(d) Create a new project to run the following program. Declare an array in the data segment:

PLEASE USE ASSEMBLY CODE ONLY. THANK YOU
Lab 7(d) Create a new project to run the following program. Declare an array in the data segment: arrayB WORD 1,2,3,4 Add the screenshot of your code here. Lab 7e) Create a new application to run the following program. The data segment is provided: data Vali SWORD 23 Val2 SWORD -35 Val3 SDWORD 4 Evaluate the following expression: EBX = (-Vall + val2) + (val3*3) You can only use Mov, Movsz, Movzx, Add, Sub instructions. Build and run the program using the debugger Debug the code until you reach "INVOKE Exit Process, 0' and attach a screenshot of your code and EBX register content. Lab 7(d) Create a new project to run the following program. Declare an array in the data segment: arrayB WORD 1,2,3,4 Add the screenshot of your code here. Lab 7e) Create a new application to run the following program. The data segment is provided: data Vali SWORD 23 Val2 SWORD -35 Val3 SDWORD 4 Evaluate the following expression: EBX = (-Vall + val2) + (val3*3) You can only use Mov, Movsz, Movzx, Add, Sub instructions. Build and run the program using the debugger Debug the code until you reach "INVOKE Exit Process, 0' and attach a screenshot of your code and EBX register content
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
