subject

1: .data

2: varx dword 9,8,7,6,5,4,3,2,1,0

3: vary dword (lengthof varx) dup(0)

4: .code

5: mov esi, offset vary + (sizeof varx) - 4

6: mov edi,4

7: mov ecx, lengthof varx - 1

8: l1: mov eax, varx[edi]

9: mov [esi],eax

10: add edi,4

11: sub esi,4

12: loop l1

after the loop executes, what will be the values in the last three positions (array elements) of vary?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 14:40
You are working with a professional edition organization. they wish to install the expense tracker which requires the use of 4 custom tabs, 3 custom objects, and one custom app. if the company is already using 4 applications, 36 custom objects, and 7 custom tabs, what will happen when they try to install expense tracker?
Answers: 1
question
Computers and Technology, 23.06.2019 06:40
How many nibbles can be stored in a 16-bit word?
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
Facial expressions and gestures are examples of messages.
Answers: 3
question
Computers and Technology, 24.06.2019 03:00
Click the "draw structure" button to activate the drawing utility. draw two diastereomers of (1z,4r)−1,4−dimethylcyclodecene and name them, including (e)/(z) and (r)/(s) notation. part 1 out of 4 draw the diastereomer containing a chiral center with s configuration here. window open
Answers: 1
You know the right answer?
1: .data

2: varx dword 9,8,7,6,5,4,3,2,1,0

3: vary dword (lengthof varx)...
Questions
question
Mathematics, 13.10.2020 21:01
question
Mathematics, 13.10.2020 21:01
question
Mathematics, 13.10.2020 21:01
Questions on the website: 13722360