Question: For Assembly Language: x86 I have the following code below: ;//(my problem starts down here when I add the following to the existing code): It

For Assembly Language: x86

I have the following code below:

For Assembly Language: x86 I have the following code below: ;//(my problem

;//(my problem starts down here when I add the following to the existing code):

starts down here when I add the following to the existing code):

It currently outputs as:

It currently outputs as: My question is how can I modify the

My question is how can I modify the code so that it will the output 4-3-2 instead of 4-3-0?

I was able to swap myArray[3] with myArray[0] which outputs 4

Also swapping myArray[2] with myArray[1] which outputs 3

but I don't know how to swap myArray[1] with myArray[2] to output 2 instead of 0.

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!