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


9. Given the code answer the following question mov ax, 1 mov ecx,5 L1: inc ax loop L1 call dumpregs after execution the ecx value will be * (4 Points) 05 O 10 10. Given the code --- choose the correct answer data intarray DWORD 10000h, 20000h, 30000h, 40000h .code main PROC mov esi, offset intarray mov ecx, 32 mov ebx, type intarray call dumpmem How the values of the array will be displayed on the command window as a result of call dumpmem (4 Points) 00010000 00020000 00030000 00040000 10000 20000 30000 40000 0000 0001 0000 0002 0000 0003 0000 0004
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
