Question: Create a new project to run the following program Declare an array: arrayB WORD 1,2,3,4 Write code to Rearrange the array as follows: 3,4,2,1 Debug

Create a new project to run the following program

Declare an array: arrayB WORD 1,2,3,4

Write code to Rearrange the array as follows: 3,4,2,1

Debug the code until you reach INVOKE ExitProcess, 0

Add the screenshot of your code in the answer sheet.

Please, write code by assembly language, also only using mov and xchg to swap the element. Thank you

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!