至少,阅读一些教程,写一些汇编语言代码。
平均起来,一行高级语言代码要转换成多行汇编语言代码。
On average, one line of high level language code translates into many lines of assembly language code.
请先在高级语言里面编写功能代码,然后在汇编调试中获取汇编语言代码。
First high-level language in the preparation of functional code inside, and then get in the compilation of debugging assembly language code.
后续的两篇文章将会深入探究SPE和PPE间的通信以及如何使用 SPE汇编语言的独特特性来优化代码。
The next two articles will explore communication between the SPE and the PPE and how to use the unique features of the SPE's assembly language to optimize your code.
一些代码必须用汇编语言编写。
Such code must usually be written in assembly language. Contrast with processor-independent.
它还使用Boogie根据规范来验证汇编语言,并确保它可以与TAL代码和硬件安全地交互。
Boogie is used to verify the assembly language against a specification and guarantees safe interaction with the TAL code and hardware.
可以将EGL与COBOL在 20世纪 60年代所起的作用做一下比较:使得最初用汇编语言编写的应用程序的代码编写变得容易。
You can compare EGL to what COBOL did in the '60s: make it easy to code applications that were originally written in Assembler language.
如果你使用汇编语言,那么你肯定会被要求写注释;在这个地球上还没有人能够直接读懂汇编代码。
If you write in assembly language, you're pretty much forced to write comments; no one on earth can read the code directly.
现在,我来介绍一下该程序的汇编语言版本,此外,我还会对每一行代码的含义做详细的解释。
Now I'll enter in the assembly language version of this program and then discuss what each line means.
这意味着要使用汇编语言编写代码吗?
它提供对程序进行调试和运行的环境,允许在源代码级和汇编语言级进行调试。
It provides an environment to debug and run programs and allows debugging at both the source-level and assembler language-level.
不知道您有何感想,但这段代码的复杂得让我想去重拾汇编语言。
I'm not sure about you, but the complexity of that code almost makes me want to take up assembly language again.
清单10提供汇编语言伪代码。
From an assembly language perspective, Listing 10 provides the pseudo-code.
大多数的反汇编器(Disassembler)可以发现这样的代码,并把它标记出来,之后反汇编器会显示其翻译出来的汇编语言形式的指令。
Most disassemblers can find this code and mark it as code, and they’ll subsequently show you the instructions that the code translates to in assembly language.
一些代码必须用汇编语言编写。
汇编语言有最少的正式结构,所以这些结构需要由拥有不同经验的程序员实现。这导致代码难以维护。
Assmbly language has minimal formal structure, so structure must be imposed by programmers who have varying levels of experience. This leads to difficulties maintaining existing code.
汇编器将汇编语言源代码转换为机器语言。链接器将汇编器产生的单独文件合并成一个可执行程序。
An assembler convert source-code programs from assembly language into machine language. A linker combines individual files created by an assembler into a single executable program.
该方法能够做到与汇编语言程序代码等同的效率。
While measuring the efficiency of programming by using this method, we can get the same efficiency as to use program code of assemble language.
有人可以在汇编语言写一个斐波那契码提供的伪代码?这涉及到栈?
Can somebody provide a pseudocode for writing a Fibonacci code in Assembly language? This involves stacks?
DOS 6.22的源代码,汇编语言写的,应该对大家有用的。
DOS 6.22 of source code, written in assembly language, it should be useful to everyone.
一个汇编语言与二进制代码的转换表,可以用编译器的设计。
A compilation of language and the binary code conversion table, you can use the compiler design.
装配是将代码的一些汇编语言到机器码。
Assembly is transforming code in some assembly language to machine code.
这是一个出租车计价器的汇编语言源代码,喜欢的朋友就下载吧。
This is a Taximeter the assembly language source code, like a friend to download it.
提出了面向汇编语言的代码优化技术及整字节移位定点小数算法。
This paper also presents the assemble-language-oriented code optimization technique and the full-byte shifting integer calculation algorithm, both of them give more efficient object codes.
将机器语言翻译成汇编语言的程序,一般通过产生符号代码的清单来翻译已有的机器语言程序。
A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings.
反思也被称为自修改代码,特别是在机器代码和汇编语言的水平。
Reflection is also known as self-modifying code, especially at the machine code and assembly language levels.
当你读这本汇编语言编程艺术这本书的时候,你将学习到基础编程理论,并且能从代码级别真实的理解计算机科学的理论基础。
As you read the Art of Assembly Language, you'll learn the low-level theory fundamental to computer science and turn that understanding into real, functional code.
高级语言一是比机器代码或汇编语言更接近于自然语言或数学语言的一种语言。
A high-level language is a language, which is closer to natural language, or mathematical language than machine code or assembly language.
汇编语言程序产生的代码运行效率高。
Assembly language code generated by the high operating efficiency.
汇编语言依赖于他们的运行系统,以提供有关源代码。
Compiled languages rely on their runtime system to provide information about the source code.
应用推荐