Question: 2. (Challenge): What will be the final value of EAX in this example? mov eax,0 mov ecx,10 LI: mov eax,3 mov ecx,5 L2: add eax,5
2. (Challenge): What will be the final value of EAX in this example? mov eax,0 mov ecx,10 LI: mov eax,3 mov ecx,5 L2: add eax,5 loop L2 loop L1 ;outer loop counter ; inner loop counter ; repeat inner loop ;repeat outer loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
