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, 23.06.2019 02:30
Three out of five seniors remain undecided about a college major at the end of their senior year.
Answers: 3
question
Computers and Technology, 23.06.2019 05:20
Which operating system is a version of linux?
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
2. fluorine and chlorine molecules are blamed fora trapping the sun's energyob forming acid rainoc producing smogod destroying ozone molecules
Answers: 2
question
Computers and Technology, 23.06.2019 22:40
22. sata3 allows for data transfer rates of 600 mb/s. explain why you would likely not be able to copy data from one hard drive to another at anywhere close to this speed. also, what could be upgraded on the computer to achieve transfer speeds closer to 600 mb/s
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
Questions on the website: 13722360