Question: 3. Given the code answer the following question mov ax,2 mov ecx,5 L1: inc ax loop L1 call dumpregs after execution the ax value will

3. Given the code answer the following question mov ax,2 mov ecx,5 L1: inc ax loop L1 call dumpregs after execution the ax value will be (4 Points) 5 1 07 4. Given the code answer the following question mov ax, 2 mov ecx 5 L1: inc ax loop L1 call dumpregs after execution the ecx value will be * (4 Points) 5 0 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
