翻訳と辞書
Words near each other
・ CPU core voltage
・ CPU Handbell Choir
・ CPU locking
・ CPU modes
・ CPU multiplier
・ CPU power dissipation
・ CPU Research Center
・ CPU shielding
・ CPU shim
・ CPU Sim
・ CPU socket
・ CPU time
・ CPU Wars
・ CPU-bound
・ CPU-Z
CPUID
・ Cpuinfo falsification
・ CPV
・ CPV-TV
・ CPVL
・ CPW
・ CPX
・ CPX Interactive
・ CPXM1
・ CPython
・ CPZ
・ CPZ (gene)
・ CQ
・ CQ (call)
・ CQ (film)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CPUID : ウィキペディア英語版
CPUID

The CPUID opcode is a processor supplementary instruction (its name derived from CPU IDentification) for the x86 architecture allowing software to discover details of the processor. It was introduced by Intel in 1993 when it introduced the Pentium and SL-enhanced 486 processors.
By using the CPUID opcode, software can determine processor type and the presence of features (like MMX/SSE). The CPUID opcode is 0Fh, 0A2h (as two bytes, or 0A20Fh as a single word) and the value in the EAX register, and in some cases the ECX register, specifies what information to return.
== History ==
Prior to the general availability of the CPUID instruction, programmers would write esoteric machine code which exploited minor differences in CPU behavior in order to determine the processor make and model.
Outside the x86 family, developers are mostly still required to use esoteric processes to determine the variations in CPU design that are present. While the CPUID instruction is specific to the x86 architecture, other architectures (like ARM) often provide on-chip registers which can be read to obtain the same sorts of information provided by this instruction.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CPUID」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.