Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(16) 1.The following Intel x86 assembly then traced using the Visual Studio exit statement is reached), wh Assume that variable data are loaded unknown register

image text in transcribed
(16) 1.The following Intel x86 assembly then traced using the Visual Studio exit statement is reached), wh Assume that variable data are loaded unknown register or memory contents with question program is assembled and linked using MASM and At the conclusion of the program Gust before the at are the contents (in hexadecimal) of each of the following? in memory beginning at location 00404000h; indicate any (a) the EAX register (d) the EDX register (g) the doubleword at memory location mydata+4 (h) the doubleword at memory location mydata+8 (b) the EBX register (e) the ESI register (c) the ECX register (f) the zero flag : program for test 1. problem1, 09/27/2017 include Irvine32.inc .data mystuff sbyte 10100111b, 2, 7, -2, -3, oFh mydata sdword 2ED85C31h, 10,,1h, 01101001b, 3 code main proc int mov mov mov mov mov mov inc add inc add sub esi, offset mydata+8 edx, [es cl, mystuff+3 ch, mystuff ax, OFEFOh ebx,-2 ah al, 17 dword ptr (esi-4 dh, mystuff+4 ebx, mydata+8 What are results at this point? exit main endp main end

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions