?? macros.txt
字號(hào):
Macros to emulate new microprocessor instructions. Agner Fog 2003
These macros are used for emulating new microprocessor instructions in old
assemblers that don't support these instructions.
p4macros.asi: All instructions for Pentium 4 and earlier processors.
cmov.asi: conditional move and FCOMI instructions for Pentium 2 and later.
mmx.asi: MMX instructions for Pentium MMX and later.
simd.asi: XMM instructions for Pentium 3.
These macros are useful if you are using a DOS based assembler, such as TASM
and MASM.
If you can live with an assembler that works only under Windows, you may
download Microsoft macro assembler (MASM). If you do so, you don't need the
macros.
The latest version of MASM, that supports Pentium 4 instructions, can be
downloaded from Microsofts website. It is intended as an add-in to Visual
C++, but it may be better to install it as a stand-alone command line
utility. Proceed as follows:
1. Go to http://msdn.microsoft.com/vstudio/downloads/tools/ppack/default.aspx
2. Download The Visual C++ 6.0 Processor Pack for the Visual
Studio Service Pack 4 or 5.
3. Run the installation file vcpp.exe. Read the licence conditions.
4. If you get the following message:
"ERROR: This version of the Processor Pack will only install on Visual C++
6.0 Service Pack 4", and you don't want to have the assembler integrated
into Visual C++ 6.0, then don't worry.
The vcpp.exe program has already unpacked the files you need to a temporary
directory, probably C:\windows\temp\something\..
Don't press the OK button now - that will delete the temporary files.
5. Find the temporary directory with the unpacked files and copy them to
somewhere else. A few of the files can't be copied, but they are not needed.
After copying the files, you can press the OK button and exit the vcpp.exe.
5. The files ML.EXE and ML.ERR comprise the assembler.
MasmRef.doc contains instructions for the assembler.
procpack.chm describes the MMX, XMM, and SSE2 instructions.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -