Hi,
I am trying to do some sort of intrumentation inside the assembly code generated by the pentium machine. Particualrly, I need to use some temporary register which can store some value. since x86 has only 6 general purpose registers I am not sure which ones are reused and cannot be used as temporary storage. Please help me if anyone knows a way to solve this.
Thanks