Question: Modify the program in exercise 1 so that it uses indirect base plus index (not scaled index). Exercise 1: x SBYTE 4, 16, 100, -116,
Modify the program in exercise 1 so that it uses indirect base plus index (not scaled index).

Exercise 1: x SBYTE 4, 16, 100, -116, -68, -104 Y SBYTE lengthof X DUP (0) Address of x is Address of Y is MOV ESI, O MOV cx, lengthof X ; ESI = ; ECX = Ll: ;AL = MOV AL, X[ESI] MOV Y[ESI), AL INC ESI LOOP L1 ; ESIN i Exercise 1: x SBYTE 4, 16, 100, -116, -68, -104 Y SBYTE lengthof X DUP (0) Address of x is Address of Y is MOV ESI, O MOV cx, lengthof X ; ESI = ; ECX = Ll: ;AL = MOV AL, X[ESI] MOV Y[ESI), AL INC ESI LOOP L1 ; ESIN
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
