Question: 5. data count DWORD ? .code mov ax, 5 mov ecx,2 mov count,ecx ing ax mov ecx,3 L2: dec ax call dumpregs loop L2 mov

5. data count DWORD ? .code mov ax, 5 mov ecx,2 mov count,ecx ing ax mov ecx,3 L2: dec ax call dumpregs loop L2 mov ecx,count loop L1 Given the above code After execution the ax value is * (4 Points) 0 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
