Question: 18. In the code snippet below, fill in the values of ax. .data ArrayW WORD 1000h,2000Hh,3000h .code MOV esi,OFFSET ArrayW MOV ax,[esi]; ax = ADD
18. In the code snippet below, fill in the values of ax.
.data ArrayW WORD 1000h,2000Hh,3000h .code MOV esi,OFFSET ArrayW MOV ax,[esi]; ax = ADD esi,2 MOV ax,[esi]; ax = ADD esi,2 MOV ax,[esi]; ax =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
