subject

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 =

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:00
Which action describes an aspect of technological design?
Answers: 1
question
Computers and Technology, 22.06.2019 13:30
Asoftware company hired ray, a college graduate to work in their development team. ray is assigned to work in the coding phase of a project. what happens during the coding phase of a software development project? a. the customer receives a working model of the software. b. developers convert the program design into code. c. developers gather requirements directly from the stakeholders. d. testing teams check the product for quality.
Answers: 1
question
Computers and Technology, 22.06.2019 16:00
Why should characters such as / \ " ' * ; - ? [ ] ( ) ~ ! $ { } < > # @ & | space, tab, and newline be avoided in file names?
Answers: 2
question
Computers and Technology, 23.06.2019 06:40
What are the three uses of a screw?
Answers: 2
You know the right answer?
MyBytes BYTE 10h, 20h, 30h, 40h

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

myDoubl...
Questions
question
Chemistry, 24.05.2021 08:10
question
Social Studies, 24.05.2021 08:10
question
Mathematics, 24.05.2021 08:10
question
Social Studies, 24.05.2021 08:10
question
Mathematics, 24.05.2021 08:10
question
Geography, 24.05.2021 08:10
Questions on the website: 13722359