Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 47 2 pts data varX DWORD 9,8,7,6,5,4,3,2,1,0 varY DWORD (LENGTHOF varX) DUP (0) . code 2 mov esi,OFFSET varY + (SIZEOF varX) -4 mov

image text in transcribed

Question 47 2 pts data varX DWORD 9,8,7,6,5,4,3,2,1,0 varY DWORD (LENGTHOF varX) DUP (0) . code 2 mov esi,OFFSET varY + (SIZEOF varX) -4 mov edi,4 mov ecx, LENGTHOF varX - 1 mov eax , vatX [edi ] mov [esi],eax add edi,4 sub esi,4 loop L1 L1 : 10: 12: After the loop executes, what will be the values at locations varY, varY+4, and varY+8? O 0, 1, 2 O 1, 2,3 O 0, 0, 1 0,0,0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

3. What strategies might you use?

Answered: 1 week ago