Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 48 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 48 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 Ll L1 : 10: 12 After the loop executes, what will be the values in the last three positions (array elements) of varY? O 8, 9,0 O 7,8,9 O 0,0, 0 O 6,7,8

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

Practical Database Programming With Visual Basic.NET

Authors: Ying Bai

1st Edition

0521712351, 978-0521712354

More Books

Students also viewed these Databases questions

Question

a. Explain what this means in terms of the ADAS model.

Answered: 1 week ago

Question

2. What should an employer do when facing an OSHA inspection?

Answered: 1 week ago