Re: Help Determining Machine Cycles
Adam Elbirt wrote:
Anyone know where there might be a table similar to what is shown at
http://fux0r.phathookups.com/programming-tutorials/Assembly/opcode.html
to determine the number of machine cycles for a given assembly language
instruction for Intel processors newer than the regular Pentium? I'm
interested in Pentium II, III, Pro, etc.
I'm not sure such a table would mean much,
what with 2 levels of cache and pipelining,
out-of-order execution, etc...
.
Relevant Pages
- Re: Help Determining Machine Cycles
... > Anyone know where there might be a table similar to what is shown at> http://fux0r.phathookups.com/programming-tutorials/Assembly/opcode.html> to determine the number of machine cycles for a given assembly language> instruction for Intel processors newer than the regular Pentium? ... Google for 'Intel Architecture Software Developerʼs Manual' ... (comp.arch.embedded) - Re: Help Determining Machine Cycles
... > Anyone know where there might be a table similar to what is shown at> http://fux0r.phathookups.com/programming-tutorials/Assembly/opcode.html> to determine the number of machine cycles for a given assembly language> instruction for Intel processors newer than the regular Pentium? ... Google for 'Intel Architecture Software Developerʼs Manual' ... (comp.arch.embedded) - Re: Help Determining Machine Cycles
... True but there must be some way to say something to the effect of "a register to register XOR instruction requires NNN machine cycles" as a basic thing for each machine. ... http://fux0r.phathookups.com/programming-tutorials/Assembly/opcode.html to determine the number of machine cycles for a given assembly language instruction for Intel processors newer than the regular Pentium? ... what with 2 levels of cache and pipelining, ... (comp.arch.embedded) - Help Determining Machine Cycles
... Anyone know where there might be a table similar to what is shown at http://fux0r.phathookups.com/programming-tutorials/Assembly/opcode.html to determine the number of machine cycles for a given assembly language instruction for Intel processors newer than the regular Pentium? ... Adam ... (comp.arch.embedded) |
|