3

皆さん、これは簡単な質問だと思います。プロセッサの命令セットを見つけるにはどうすればよいですか? proc/cpu私に与えます(バニラCPU):

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Core(TM)2 Duo CPU     T6600  @ 2.20GHz
stepping        : 10
cpu MHz         : 1200.000
cache size      : 2048 KB

この命令セットに関するドキュメントはどこにありますか? gcc.sファイルのロックを解除して、コードがどのように変換されているかを知るための情報を取得したいと思います。質問が明確でない場合は、お詫び申し上げます。喜んで明確にいたします。ありがとう。

4

1 に答える 1

5

http://www.intel.com/products/processor/manuals/

「Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2A: Instruction Set Reference, AM」と「Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 2B: Instruction Set Reference, NZ」が必要です。

于 2010-11-01T16:34:16.493 に答える