Use the following variable definition and answer the following question.
word1 WORD 1000h,2000h,3000h,4000h
What will be the final value of AX after each of the following instruction sequence?
mov esi,OFFSET word1
mov ecx,4
mov eax,200h
L1: add ax,[esi]
add ax,32
add esi,TYPE word1
loop L1
Get Answers For Free
Most questions answered within 1 hours.