How to specify execution time of x86 and PowerPC instructions?
- by Goofy
Hello!
I have to approximate execution time of PowerPC and x86 assembler code.I understand that I cannot compute exact it dependson many problems (current processor state - x86 processor dicides internal instructions in microinstructions, memory access time obtainig code from cache of from slower memory etc.).
I found some information in Intel…