释义 |
nasmCOCA⁸⁶⁷⁹⁰BNC¹⁴⁴⁶⁶⁴⁺³ 基本例句 医;=Naval Aviation School of Medicine海军航空医学院 A label always ends with a colon in both GAS and NASM. 在 GAS和 NASM 中标签都以冒号结尾。 ibm And for those already familiar with both NASM and GAS, you might still find something useful here, such as macros. 那些已经熟悉 NASM和 GAS的读者也可以在这里找到有用的内容,比如宏。 ibm The heading for this section promises a discussion of macros, and both NASM and GAS certainly support them. 本节要讨论宏以及 NASM和 GAS对它们的支持。 ibm Both GAS and NASM use the same mnemonic for interrupts. GAS和 NASM对中断使用同样的助记符。 ibm Functions are declared the same way in both NASM and GAS. 在 NASM和 GAS 中声明函数的方法是相同的。 ibm GAS uses the0x prefix to specify a hex number, whereas NASM uses the h suffix. GAS使用0x前缀指定十六进制数字, NASM使用 h后缀。 ibm In NASM, a similar construct is used at the preprocessor level. 在 NASM 中,在预处理器级使用相似的结构。 ibm This little program describes the basic structure of an assembly program for both GAS and NASM. 这个小程序展示了 NASM和 GAS的汇编程序的基本结构。 ibm NASM understands four different types of constant: numeric, character, string and floating-point. NASM具有四种不同类型的常量:数值型,字符型,字符串型,浮点型。 kuenglish NASM uses the byte operator to tell the assembler that a byte of data is to be moved. NASM使用字节操作符告诉汇编器要移动一个字节的数据。 ibm NASM uses square brackets to dereference the value at the address pointed to by a memory location: var1. NASM使用方括号间接引用一个内存位置指向的地址值: var1。 ibm |