Computers and Technology

MyBytes BYTE 10h, 20h, 30h, 40h

myWords WORD 8Ah, 3Bh, 72h, 44h, 66h

myDoubles DWORD 1, 2, 3, 4, 5

myPointer DWORD myDoubles

a. Find the values of the following registers

mov esi, OFFSET myBytes

mov al, [esi] ; al =

mov al, [esi + 3] ; al =

mov esi, OFFSET myWords + 2

mov ax, [esi] ; ax =

mov edi, 8

mov edx, [myDoubles + edi] ; edx =

mov edx, myDoubles[edi] ; edx =

mov ebx, myPointer

mov eax, [ebx + 4] ; eax =

b. Find the values of registers

mov esi, OFFSET myBytes

mov ax, [esi] ; ax =

mov eax, DWORD PTR myWords ; eax =

mov esi, myPointer

mov ax, [esi + 2] ; ax =

mov ax, [esi + 6] ; ax =

mov axm [esi - 4] ; ax =

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 08:00, dramaqueenactr2040
Two technicians are discussing the common u-joint. technician a says its input and output speeds should be equal. technician b says that it normally has two yokes. which technician is correct?
Answers: 1
image
Computers and Technology, 23.06.2019 08:30, Bradgarner772
Based on your knowledge of a good network, describe what you think is a perfect network would be. what kind of information and resources could users share on this network. what would the network administrator do? what kind of communication would be used?
Answers: 1
image
Computers and Technology, 23.06.2019 09:00, 19youngr
Which company provides a crowdsourcing platform for corporate research and development? a: mtruk b: wiki answers c: mediawiki d: innocentive
Answers: 2
image
Computers and Technology, 23.06.2019 12:00, lyn94
Using the list, you can select the number of photos that will appear on each slide. a. theme b. frame shape c. pictures in album d. picture layout
Answers: 1
Do you know the correct answer?
MyBytes BYTE 10h, 20h, 30h, 40h

myWords WORD 8Ah, 3Bh, 72h, 44h, 66h

myDoubl...

Questions in other subjects:

Konu
Mathematics, 03.03.2021 22:10