一种汇编语言还是两种其实都一样。
一些代码必须用汇编语言编写。
Such code must usually be written in assembly language. Contrast with processor-independent.
清单10提供汇编语言伪代码。
From an assembly language perspective, Listing 10 provides the pseudo-code.
介绍了 Parrot汇编语言。
它对应于汇编语言的selb指令。
而在汇编语言中,却需要程序员来显式处理。
In assembly language, this is handled explicitly by the programmer.
如何使用汇编语言读取寄存器?
这意味着要使用汇编语言编写代码吗?
反汇编清单显示了该main函数的汇编语言清单。
This disassembly listing shows the assembler-language listing of the main function.
编译器在自己生成的汇编语言中提供了适当的操作数。
The compiler supplies the appropriate operand in the assembly language code it generates.
使用汇编语言创建可重用的库非常迅速,也非常简单。
Creating reusable libraries in assembly language is fast and easy.
至少,阅读一些教程,写一些汇编语言代码。
不知道您有何感想,但这段代码的复杂得让我想去重拾汇编语言。
I'm not sure about you, but the complexity of that code almost makes me want to take up assembly language again.
汇编语言:你要拥有底层编程语言——汇编语言的知识。
Assembly: You should have knowledge about the low-level language Assembly.
平均起来,一行高级语言代码要转换成多行汇编语言代码。
On average, one line of high level language code translates into many lines of assembly language code.
它们需要使用汇编语言在两种完全不同的架构上工作(26:10)。
They had to work with two extremely different architectures and assembler languages (26:10).
当这学期我在学校学汇编语言的时候,获得了相同的满足感。
I had the same satisfying feeling when I first learned Assembly in college this term.
左列的数字代表机器码所在的内存地址,右边的列代表相应的汇编语言。
The Numbers in the left column are the memory locations where the machine code is located. The corresponding assembly language is in the right column.
注意,这种intrinsic通常与对应的汇编语言指令具有相同的限制。
Note that the intrinsics generally have the same limitations as their corresponding assembly language instructions.
图6 - 7显示当二进制数据通过反汇编器后,翻译出来的汇编语言的样子。
Figure 6-7 shows what assembly language looks like once binary has been through a disassembler.
例如,很难从汇编语言中积累模式,因为该语言的特点是抵触表达性。
For example, it is difficult to harvest patterns from assembly language because the language's characteristics fight expressiveness.
你还要做到,用汇编语言去表达抽象的理论,还有自己一大堆的想法。
Your mind has to be able to wrap itself around abstract theory, and hold a myriad of thoughts. Feel discouraged yet?
本篇文章并不要求您具有汇编语言的经验,当然,如果有相关的经验会十分有帮助。
This article does not require that you be experienced with assembly language, though it would be helpful.
一旦用汇编语言来编写公用程序,它们就不必重新书写而可被复制到新的程序中去。
Once common functions are written in assembly language they could then be copied into a new program without having to be written again.
了解SPU的汇编语言是如何工作的,也可以对使用高级语言来使用处理器提供帮助。
Knowing how the SPU's assembly language works will also aid you in exploiting the processor in higher-level languages.
新接触汇编语言的程序员有时可能会对我们有多少访问内存的方法感到惊奇。
New assembly language programmers are sometimes surprised by how many different ways you can access memory.
正如汇编语言中一样,spu_sel会查看conditional中每一位的值。
As in assembly language, spu_sel looks at each bit in conditional.
也就是说,远离强迫你编写程序的汇编语言,这样很容易进入下面的思维模式
That is what being away from your compiler forces you to do. It’s very easy to slip into the mindset of
与其他语言不同,汇编语言要求开发人员了解编程所用机器的处理器体系结构。
Unlike other languages, assembly programming involves understanding the processor architecture of the machine that is being programmed.
它提供对程序进行调试和运行的环境,允许在源代码级和汇编语言级进行调试。
It provides an environment to debug and run programs and allows debugging at both the source-level and assembler language-level.
应用推荐