Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need the answer to the question marks in the below code that fits with the instructions. Part 3: Modify the program in part 1

I need the answer to the question marks in the below code that fits with the instructions.

image text in transcribed

image text in transcribed

Part 3: Modify the program in part 1 given if the arrays are changed to: SBYTE 4, 16, 100, -116, -68, -104 SDWORD lengthof X DUP (0) Y MODEL SMALL .386 .STACK .DATA ; define variables X SBYTE 4, 16, 100, -116, -68, -104 Y SDWORD lengthof X DUP (0) Address of x is 05DA: 0000 Address of Y is 05DA: 0006 MAIN .CODE PROC FAR .STARTUP MOV ESI, 0 MOV cx, lengthof X ??? ?, X[ESI) |??? Y[?], ? INC ESI LOOP L1 ; ESI - 0 ; ECX = 6 11: ;AL 4,16,100,-116, -68,-104 ;ESI= 1,2,3,4,5,6 ;ECX= 5,4,3,2,1,0 . .EXITI MAIN ENDP 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

Recommended Textbook for

Database Security XI Status And Prospects

Authors: T.Y. Lin, Shelly Qian

1st Edition

0412820900, 978-0412820908

More Books

Students also viewed these Databases questions

Question

2. 10.1b What is the stand-alone principle?

Answered: 1 week ago

Question

7. Determine what feedback is provided to employees.

Answered: 1 week ago