subject
Computers and Technology, 22.12.2021 08:40 terry94

The following code reverses myArray. Complete the missing statements. (5 points) .386 .model flat, stdcall .stack 4096 ExitProcess proto, dwExitCode:dword .data myArray DWORD 1,2,3,4,5,6,7,8,9 arraySize DWORD ? .code ;reverseArray procedure/function reverseArray proc ;poping the parameters off of the stack pop edx pop arraySize ;moving parameters into registers mov esi, 0 mov ebx, type myArray mov ecx, arraySize ;loop to store values of array in the stack L1: mov eax, myArray[esi] push eax add esi, ; << Complete statement loop L1 ;moving parameters into registers mov esi,0 mov ecx, arraySize ;loop to pop values of array from stack onto array L2: pop eax mov myArray[esi], eax add esi, ebx loop L2 ;return RET ;end of function reverseArray endp main proc ;pushing parameters onto the stack mov edx, OFFSET myArray push edx mov arraySize, lengthof myArray push arraySize ;calling reverseArray call ; << Complete statement invoke ExitProcess,0 main endp end main

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Pthe price of tickets in a group when a purchased in bulk can be found with the equation c=px+24 were c is the cost, p is the number of people,and x is the price per ticket. what is price of of each ticket if it costs $189 to buy tickets for 15 people ? a $8 b $24c $9d $11 show work
Answers: 1
question
Computers and Technology, 22.06.2019 15:20
This os integrated the processing power of windows nt with the easy-to-use gui of windows 98. windows 2000 windows 3.11 windows for workgroups windowa millennium edition
Answers: 1
question
Computers and Technology, 22.06.2019 19:30
The following is an excerpt from a slide presentation. today we will inverse operations solving equations using inverse operations solving inequalities using inverse operations from which part of the presentation does the slide most likely come from? a. introduction b. outline c. body d. conclusion
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
What side length would you specify if you were required to create a regular hexagonal plate that was composed of 33 cm(squared) of sheet metal? dimension the side length to 0.1 cm
Answers: 2
You know the right answer?
The following code reverses myArray. Complete the missing statements. (5 points) .386 .model flat, s...
Questions
question
Social Studies, 22.09.2020 19:01
question
Mathematics, 22.09.2020 19:01
question
English, 22.09.2020 20:01
Questions on the website: 13722363