Question: Write a program that rearranges the values of four word values in the following array as: 4, 3, 2, 1. .data arrayD DWORD 1,2,3,4 Catch
Write a program that rearranges the values of four word values in the following array as: 4, 3, 2, 1.
.data arrayD DWORD 1,2,3,4
Catch the screenshots from running in debugger mode to identify the value saved in each register is correct.
How to verify the values are correctly moved?
Sample Screenshots

Memory 1 LabExercise5.asm Address: 0x00A1400C 0x00A1400C 0000000400000003000000020000000100000000 0x00A14030 0000000000000000000000000000000000000000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
