在 Intel 的 www 站上,有很多有用的文献和教程. 建议你研究一下这些文档来对微处理器的结构、指令有更深的认识。但我无法给你正确的下载地址,因为文件位置经常发生变化。你可以去这两个网址搜索到你所需要的文档或工具: http://developer.intel.com 或者 http://www.agner.org/assem 其中我们最感兴趣有这些:Intel最新C/C++编译器、Intel最新指令教程、VTUNE代码优化软件以及大量的软件开发者手册。 其中大部分文档是PDF格式。你需要用Acrobat浏览器来浏览。 部分Intel提供的开发文档: An overview of Intel manuals http://developer.intel.com/vtune/cbts/refman.htm An overview of Intel tutorials http://developer.intel.com/vtune/cbts/cbts.htm An overview of Intel application notes http://developer.intel.com/vtune/cbts/appnotes.htm Optimization guidelines are found in Intel architecture optimization reference manual Information on new instructions for the Pentium III processor can be found in the Introduction to Streaming SIMD Extensions Tutorial. |