汇编代码访问的数据结构。
然后,中断执行并找到表示该无限循环的汇编代码。
Then, break the execution and find the assembly code representing the infinite loop.
此外,结果汇编代码证明了特定于处理器的优化程度如何。
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.
我也写一个字节码教程从写作角度喀拉喀托汇编代码。
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.
图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.
用汇编代码写的随机数生成算法:程序主要由八部分组成。
Written in assembly code using random number generation algorithm: program mainly by the eight parts.
“反汇编”窗口显示与编译器所创建的指令对应的汇编代码。
TheDisassembly window shows assembly code corresponding to the instructions created by the compiler.
所幸目前大多数的人都不必去写汇编代码,代码生成对我们来说是完全透明的。
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.
不需要其他第三方支持,每个控件的安全子类技术都是使用汇编代码的编写。
No third party support, the security sub-class of each control technologies are written in assembly code.
若阅读由几乎所有编译器生成的汇编代码,就会发现程序控制里包含了许多跳转。
If you read the assembly code that is ultimately generated by virtually any compiler, you'll see that program control contains many jumps.
探讨了一种对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.
本文阐述如何用少量的汇编代码,对MCS5 1单片机的硬件功能进行扩展,实现多级中断的仿真。
The article discusses how to expand the function of the hardware of SCM MCS51 and accomplish multilevel interrupt simulation by using the fewest assemble codes.
易语言汇编rc4算法源码例程程序结合易语言数据操作支持库,置入汇编代码实现rc 4算法计算。
Easy language assembly RC4 algorithm source routine procedures combined with easy language data operations support library, put into assembly code to achieve RC4 algorithm.
将含有库函数名的汇编代码程序翻译成中间语言程序,然后再转换成高级语言程序可降低逆编译的复杂性。
Assembler code program containing library function name is firstly translated into intermediate language program and then into high level language program to reduce complexity of decompilation.
将含有库函数名的汇编代码程序翻译成中间语言程序,然后再转换成高级语言程序可降低逆编译的复杂性。
Assembler code program containing library function name is firstly translated into intermediate language program and then into high level language program to reduce complexity of decompilation.
应用推荐