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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:00, shimmerandshine1
Aisha has finished working on a word processing document that contains 15 pages. she has added some special elements in the first three pages, page 9 and 10, and page 15 from the document. she wants to print only these pages to see how they look. which option is the correct way to represent (in the print dialog box) the pages that aisha wants to print
Answers: 3
image
Computers and Technology, 23.06.2019 08:00, leleee10
Which argument is not a valid filter? does not equal this quarter filter by cell color all of these are valid filter arguments.
Answers: 2
image
Computers and Technology, 23.06.2019 18:40, cyn95xx
Johnson enterprises uses a computer to handle its sales invoices. lately, business has been so good that it takes an extra 3 hours per night, plus every third saturday, to keep up with the volume of sales invoices. management is considering updating its computer with a faster model that would eliminate all of the overtime processing.
Answers: 2
image
Computers and Technology, 24.06.2019 08:30, colebuug9
Aconsumer would pay an extra they used the rent to own program to buy the computer, rather than using cash. for all of the items, is the cheapest option over the life of the contract. the most expensive overall option is to use purchase the item.
Answers: 2
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 in other subjects:

Konu
Mathematics, 06.03.2020 19:36
Konu
Chemistry, 06.03.2020 19:37