nasm
- 网络汇编器;医学学会;美国国家运动医学会(National Academy of Sports Medicine)
nasm
nasm
汇编器
我们需要使用Netwide 汇编器(NASM),将上述代码翻译为CPU可以执行的(二进制)机器代码。如何安装nasm,就不用我多说了 …
医学学会
美国的全美运动医学学会(NASM)认为,私人健身教练应该具有多重角色,是老师(Teacher),又是劝导者,(Adviser)、还是 …
美国国家运动医学会(National Academy of Sports Medicine)
美国国家运动医学会(nasm)私人教… 2012-03-11 12:08 x腿(Knock knees )的矫正性锻炼… 2012-03-11 12:04 平背(Flat-…
国家音乐学院协会(National Association of Schools of Music)
...NCATE),美国教师教育学院协会(AACTE),国家音乐学院协会(NASM),教育鉴定委员会(CORE),和俄勒冈州教师标准 …
1
The -a option, requiring no argument, instructs NASM to replace its powerful preprocessor with a stub preprocessor which does nothing.
a选项不要求任何参数,通知NASM的强大的预处理器不进行任何处理。
2
As with NASM, GAS looks for this _start label as the default entry point of a program.
与NASM一样,GAS寻找这个_start标签作为程序的默认进入点。
3
NASM uses the byte operator to tell the assembler that a byte of data is to be moved.
NASM使用字节操作符告诉汇编器要移动一个字节的数据。
4
So one thing NASM can't handle is code whose size depends on the value of a symbol declared after the code in question.
那么一件事NASM无法处理是大小取决于标志的价值被宣称在代码以后在考虑中的代码。
5
NASM defines a set of standard macros , which are already defined when it starts to process any source file.
NASM在开始处理任何源文件前已经定义了一系列标准宏。
6
If you believe the output file from NASM to be faulty, send it to us.
如果你认为从NASM得到的输出文件是错误的请把它送给我们。
7
The heading for this section promises a discussion of macros, and both NASM and GAS certainly support them.
本节要讨论宏以及NASM和GAS对它们的支持。
8
Dw symbol, seg symbol NASM supports no convenient synonym for this , though you can always invent one using the macro processor .
NASM不支持其它的方式来做到这一点,尽管你可以用宏处理器来创造一个。
9
The arithmetic operators provided by NASM are listed here, in increasing order of precedence.
NASM的代数操作符列于下面,按优先权增加的顺序排列。
10
NASM may also support . EXE natively as another output format in future releases.
在NASM的未来版本中,可能会将.EXE作为另一种可支持的输出格式来对待。
11
NASM uses square brackets to dereference the value at the address pointed to by a memory location: [var1].
NASM使用方括号间接引用一个内存位置指向的地址值:[var1]。
12
Netwide Assembler (NASM) support (an assembly language compiler) is also required for EffecTV to process its included effects correctly.
为了让EffecTV正确地处理它包含的效果,还需要NetwideAssembler(NASM)支持(一种汇编语言编译器)。
13
This little program describes the basic structure of an assembly program for both GAS and NASM.
这个小程序展示了NASM和GAS的汇编程序的基本结构。
14
A label always ends with a colon in both GAS and NASM.
在GAS和NASM中标签都以冒号结尾。
15
NASM will reject this example because it cannot tell the size of the TIMES line when it first sees it.
NASM将拒绝这个例子因为它无法告诉时期线的大小它首先看它。
16
And for those already familiar with both NASM and GAS, you might still find something useful here, such as macros.
那些已经熟悉NASM和GAS的读者也可以在这里找到有用的内容,比如宏。
17
Both GAS and NASM use the same mnemonic for interrupts.
GAS和NASM对中断使用同样的助记符。
18
Functions are declared the same way in both NASM and GAS.
在NASM和GAS中声明函数的方法是相同的。
19
GAS uses the 0x prefix to specify a hex number, whereas NASM uses the h suffix.
GAS使用0x前缀指定十六进制数字,NASM使用h后缀。
20
In NASM, a similar construct is used at the preprocessor level.
在NASM中,在预处理器级使用相似的结构。