Env: i386 32-bit Assembly: AT&T OS: Linux
I just want to ask that is there any rule on the sequence of using %eax, %edx, %ecx register when you use them with in the same function frame.
As my observation, they often showed up on my environment with the sequence of %ecx, %edx and then %eax to store the local variables or other temporary variables.
Thanks to you all.