I have a line of code where I need to determine what is left in EAX after it The code in question is
Mov eax, 1 mov ecx, 3 Loop: Add eax, 2 dec ecx jnz loop