汇编代码访问的数据结构。
然后,中断执行并找到表示该无限循环的汇编代码。
Then, break the execution and find the assembly code representing the infinite loop.
第一层是纯的汇编代码。
这是一个关于排序的汇编代码,仅供大家参考。
This is a matter of sort of assembly code, for your reference.
此外,结果汇编代码证明了特定于处理器的优化程度如何。
Moreover the resulting assembly code demonstrates how much processor specific optimization is going on. Kawaguchi notes, for instance, that the following code.
JSNI可以视为内联汇编代码的web对等物,可以用来。
JSNI can be considered the Web equivalent of inline assembly code. You can use it to.
这是一个关于系统时间的汇编代码,仅供大家参考。
This is a compilation of time on the system code, for your reference.
我也写一个字节码教程从写作角度喀拉喀托汇编代码。
I also wrote a bytecode tutorial from the perspective of writing bytecode in Krakatau assembler.
汇编窗口显示出这一行对应的IL和X86的汇编代码。
The assembly window shows the IL and X86 assembly for the line with the breakpoint.
程序验证可以对源代码进行,也可以对汇编代码进行。
Program verification can be done both on source code and assembly code.
图6 - 7反汇编器处理二进制代码并生成如图所示的汇编代码。
Figure 6-7 - a disassembler takes binary code and creates assembly code that looks like this.
这个过程只是将传递到strcmp的参数替换到一行汇编代码中。
This was done by simple substitution of the arguments passed to STRCMP into a line of assembly code.
“反汇编”窗口显示与编译器所创建的指令对应的汇编代码。
TheDisassembly window shows assembly code corresponding to the instructions created by the compiler.
开始的前三行汇编代码用来设置堆栈,就像前面课程讲的一样。
This time we know that the compiler might add the first two for us.
所幸目前大多数的人都不必去写汇编代码,代码生成对我们来说是完全透明的。
Fortunately now most of the peoples don't have to write assembly code and this generation is transparent for us.
此外,我提供了一个简单的构造函数来明确说明汇编代码中该构造函数的运行情况。
In addition, I've provided a simple constructor to make it clear when the constructor is run in the assembly code.
虽然使用8051可以在C语言程序中嵌入汇编代码,但是复杂度明显提高。
Though 8051 could embed assembly code at C-language programming, the complicity is obviously improved.
探讨了一种对C语言编译程序所生成的汇编代码进行人工干扰、手工优化的新方法。
This paper inquires into a new method to be used to optimize handwork with assemble code created by C-compiler which needs optimization theory and assemble knowledge.
汇编代码是汇编器的输入,在缺省情况下,汇编器将生成所有目标文件的祖先,即a.o ut文件。
The assembler code is input to the assembler, which by default produces the grandfather of all object files, the a.out file.
Ksymoops反汇编代码部分,指出发生错误的指令,并显示一个跟踪部分表明代码如何被调用。
Ksymoops disassembles the code section, points to the failing instruction, and displays a trace section that shows how the code was called.
介绍了在反编译过程中通过语义描述由IA-64汇编代码生成更高级的中间表示的实现技术。
This paper presents the details of generating higher-level intermediate representation from IA-64 assembly language by means of semantic specification in decompiling.
提出了一种反流水技术,它能够将软件流水后的优化汇编代码反向转换成语义等价的相应代码。
In this paper we propose a de-pipelining algorithm which converts the optimized assembly code of a software-pipelined loop back to a semantically equivalent sequential counterpart.
注:为引用下列说明中的汇编代码行,我将引用指令地址的最后两个值,因为它们都以054d 20开头。
Note: to reference the lines of assembly code in the following explanation, I refer to the last two values of the instruction address because they all begin with 054d20.
如果你使用汇编语言,那么你肯定会被要求写注释;在这个地球上还没有人能够直接读懂汇编代码。
If you write in assembly language, you're pretty much forced to write comments; no one on earth can read the code directly.
它们是从计算机程序设计原料——反汇编代码、API调用、内存地址和子程序创建而来的视觉想像。
They are visual imaginings built from the raw stuff of computer programming - disassembled code, API calls, memory addresses and subroutines.
不幸的是,前面的例子程序调用strcmp时没有给出参数,因此生成的汇编代码无效,从而导致编译失败。
Unfortunately, the sample program called STRCMP with no arguments, so the resulting assembly code was invalid and the compile failed.
不幸的是,前面的例子程序调用strcmp时没有给出参数,因此生成的汇编代码无效,从而导致编译失败。
Unfortunately, the sample program called STRCMP with no arguments, so the resulting assembly code was invalid and the compile failed.
应用推荐