Question: assembly language question, which one is the correction answer? Question 27 2 What will be the final values of CX and DX when the following

assembly language question, which one is the correction answer?
Question 27 2 What will be the final values of CX and DX when the following code executes? .data array SWORD 8,2,3,5,-4,6,0,4 .code mov cx,1 mov esi,2 mov ax,arraylesi] mov bx,array[esi+4] cmp ax,3 jae L2 cmp bx,4 jb L1 jmp L3 L1: mov cx,4 L2: mov dx,5 jmp L4 L3: mov dx,6 L4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
