assembly language
n. [计] 汇编语言
2026-01-09 12:12 浏览次数 14
n. [计] 汇编语言
Assembly programming language汇编语言
symbolic assembly language符号汇编语言
assemble language汇编语言
assembly-language marcors汇编语言宏指令
basic assembly language基本汇编语言(略作BAL)
assembly y language汇编语言
assembler language[计] 汇编语言,装配工语言
assembly-language achievement汇编语言输出
assembly-language output汇编语言输出
assembly output language[计]
in addition, to help better schedule instructions, the assembly language version performed several of these conversions simultaneously.
另外,为了帮助更好地对指令进行调度,汇编语言版本还同时执行了几个转换。
the spu has many c language extensions; knowing spu assembly language will help you make sense of them, and knowing spu optimization will help you use them well.
spu有很多c语言扩展;了解spu汇编语言可以帮助您理解这些c 语言扩展,了解spu优化的知识也可以帮助您更好地使用它们。
now i「ll enter in the assembly language version of this program and then discuss what each line means.
现在,我来介绍一下该程序的汇编语言版本,此外,我还会对每一行代码的含义做详细的解释。
if you」ve never programmed assembly language before, registers are the temporary storage that processors use for computing values.
如果您以前从未用汇编语言编过程,寄存器就是处理器为计算值所使用的临时存储。
figure 6–7 shows what assembly language looks like once binary has been through a disassembler.
图6-7显示当二进制数据通过反汇编器后,翻译出来的汇编语言的样子。
an assembly language or two would do equally well.
一种汇编语言还是两种其实都一样。
the compiler supplies the appropriate operand in the assembly language code it generates.
编译器在自己生成的汇编语言中提供了适当的操作数。
for example, it is difficult to harvest patterns from assembly language because the language「s characteristics fight expressiveness.
例如,很难从汇编语言中积累模式,因为该语言的特点是抵触表达性。
the nucleus, itself, is written in assembly language which was hand-annotated with assertions.
内核本身是用汇编语言编写的,并用断言加上了手工的注解。
this article dives into the depths of instruction-cycle-counting, bit manipulation, and other nuances that assembly language has typically been notorious for.
本文深入介绍了指令周期计算、位操作和其他一些汇编语言不能很好处理的细微区别。
what is not usually apparent to new assembly language programmers is that the order of instructions affects the speed of the program.
对于新入门的汇编语言程序员来说,不太明显的一个问题是指令的顺序会影响程序执行速度。
once common functions are written in assembly language they could then be copied into a new program without having to be written again.
一旦用汇编语言来编写公用程序,它们就不必重新书写而可被复制到新的程序中去。
the link register is only special by convention -- the spu assembly language allows you to set the link in any register you choose.
链接寄存器只在约定的意义上有一些特殊 ——spu汇编语言允许在您所选择的任何寄存器内设置链接。
previous discussions about the spu have focused on the spu」s assembly language to help you get to know the processor intimately.
前面有关spu 的讨论主要集中在spu的汇编语言上,从而帮助您更加深入地了解处理器。
we started with machine languages and progressed to assembly language and then to high-level languages.
我们从机器语言开始,然后进化到汇编语言,之后步入高级语言。
a software development tool that translates human-readable assembly language programs into machine-language instructions that the processor can understandand execute.
一个能把人可读的汇编语言程序转换到处理器可理解和运行的机器指令的软件开发工具。
however, not all vector types are supported by all instructions -- it is based on the availability of assembly language instructions to handle it.
然而,并非所有指令都可以支持所有的向量类型 ——这取决于汇编语言指令处理向量的能力。
later, i will show you how to program them in c, but assembly language gives a better view of the distinctiveness of the processor.
这之后,我会向您展示如何在c 中对它们进行编程,但比较而言,汇编语言能够更好地体现该处理器的独特性。
unlike ppe assembly language, in spe assembly language registers are always prefixed with a dollar sign.
与ppe汇编语言不同,spe汇编语言寄存器总是以美元符号开始。
on average, one line of high level language code translates into many lines of assembly language code.
平均起来,一行高级语言代码要转换成多行汇编语言代码。
knowing how the spu's assembly language works will also aid you in exploiting the processor in higher-level languages.
了解spu的汇编语言是如何工作的,也可以对使用高级语言来使用处理器提供帮助。