- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Message Edited by intel.software.network.support on 11-15-2005 08:57 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
In this page I got a software http://fullversionsdownload.com/windows/ , After I install the software it automatically show the all detail of cpu.
Like Cpu model number and CPU serial number FpO number Like that
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello Mario.
There are many stand-alone assemblers around. I prefer to use 'MASM', currently called 'ML' , the one issued by Microsoft, because it allows me to debug ASM-routines within C programs as well as inline-asm parts. (I code using Visual C).
ML.EXE closely follows the conventions and mnemonics as in Intel's documentations.
This compiler is distributed as an integral part of the VC package, usually called 'ML.EXE' or 'ML64.exe' for 64-bit version. You have one version to compile 64-bit instructions on a 32-bit system, and one for 64-bit code compiled on a 64-bit systems (I failed to find a difference). Search your own VC directory. In my VC, the 64-bit version on 64-bit system is in path
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\x86_amd64\ml64.exe"
The Intel C compiler allows using 64-bit inline assembler. My VC C-compiler does not. So, I recommend using Intel compiler. ML64.EXE works with both.
Have fun!