Question: show work 16. TRACE and show what the final values of CX and DX are when the following code executes? data array SWORD 8, 2,

show work
16. TRACE and show what the final values of CX and DX are 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, array[esi] mov bx, arraylesi+4] cmp ax, 3 jae L2 cmp bx,4 jb LI jmp L3 L1: mov cx, 4 L2: mov x, 5 jmp L4 mov dx, 6 L3: L4: a. CX - 4, DX-5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
