• 并给出了利用VC +调用汇编编译编译汇编源文件的方法。

    VC + + is used to call the assembly compiler to compile the assembler.

    youdao

  • 软件而言,计算机可以直接执行“另一台计算机机器语言编写的,或已经过编译汇编的”程序代码的能力。

    A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings.

    youdao

  • 不幸的是,前面的例子程序调用strcmp时没有给出参数因此生成汇编代码无效,从而导致编译失败

    Unfortunately, the sample program called STRCMP with no arguments, so the resulting assembly code was invalid and the compile failed.

    youdao

  • 表达式编译LLVMIR然后转换成位(bitcode),变成汇编语句,最后变成机器码。

    The expression is compiled into LLVM IR, then bitcode, then assembly, then machine code. True compilation.

    youdao

  • 对于那些着迷底层编程细节程序员来说一个功能非常强大的工具,可用于研究编译汇编输出

    For a programmer who is fascinated by the low-level details of programming, this is a powerful tool for studying the output of compilers and assemblers.

    youdao

  • 编译汇编输出

    The output of a compiler or assembler.

    youdao

  • 编译自己生成汇编语言提供适当的操作数

    The compiler supplies the appropriate operand in the assembly language code it generates.

    youdao

  • 编译汇编程序自动地表示一直向下翻译有效机器代码

    Compilers and assemblers automatically translate representations all the way down to efficient machine code.

    youdao

  • 台新机器需要软件包括一个编译汇编否则什么也做不了

    The novel machine needed feeding with software, including a compiler and assembler, if it was to do anything useful.

    youdao

  • 相反翻译过程例如汇编程序编译连接器工具完全自动化了。

    Instead, the translation process is fully automated by tools such as assemblers, compilers, and linkers.

    youdao

  • 毫不奇怪没有哪种编译可以接近篇文章中手工编写汇编语言版本不过对于这个程序来说,XLC的效果比GCC更好。

    Unsurprisingly, neither compiler does nearly as well as the hand-coded assembly language version from the previous article, but for this program XLC outperformed GCC.

    youdao

  • IBMXLC编译一个非常好的优化器,结果是 C算法的性能未经优化的汇编语言实现的性能好很多。

    The IBM XL C compiler is a very good optimizer, and as a result, the C algorithm delivers superior results to a simple unoptimized assembly language implementation.

    youdao

  • 这个命令生成一个新的文件hw.s,其中包含通常无法看到汇编输入文本因为编译缺省情况下将生成a.out 文件。

    This command has generated a new file -- hw.s -- that contains the assembler input text that you typically would not have seen, because the compiler defaults to producing the a.out file.

    youdao

  • 工具必须知道你的编译汇编链接器,还有make,运行细节

    Your Toolchain: You must know the behavioral details of your compiler, assembler, linker, and make utility.

    youdao

  • 显然,首先需要一个编译以及相关工具(汇编程序链接器等等)。

    The first thing you will need, rather obviously, is a compiler and associated tool chain (assembler, linker, etc.) There are two main options to consider here.

    youdao

  • 连接程序所有文件编译汇编之后运行

    The linker is thus run after all of the source files have been compiled or assembled.

    youdao

  • 第6有趣内容之后,第7描述了IMCC(中间编译器,Intermediate Code Compiler)如何可以简化Parrot汇编编程中的大部分工作

    After all the fun of Chapter 6, Chapter 7 describes how IMCC, the Intermediate Code Compiler, can simplify much of the work involved in programming in Parrot assembly.

    youdao

  • 结论与上面的相同在付费35美元就可以使用Reflector的情况下,我们值得编写编译器或者反汇编器浪费时间

    Same conclusion: it isn’t worth my time to write a decompiler/disassembler when Reflector is available for $35.

    youdao

  • 包含目标代码文件编译汇编输出

    A file containing object code. The output of a compiler or assembler.

    youdao

  • 处理器能读的操作码数据编译汇编连接器定位器输出文件含有目标代码

    A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code.

    youdao

  • 语言处理程序包含汇编程序解释程序编译程序。

    Language processing program includes: assembler, explain the program compiled program.

    youdao

  • 每个汇编或者编译都会读取完成了的程序生成一个完整的目标模块

    An assembler or a compiler reads a complete source program and generates a complete object module.

    youdao

  • 同样,只要能保证程序逻辑上的正确性,编译可以自由的安排汇编指令顺序,当然,也是为了获得更好的性能

    Similarly, the compiler may also arrange the instructions it emits in any order it likes, provided it doesn't affect the apparent operation of the program.

    youdao

  • 这些过滤汇编文件编译对象文件

    These filtered assembly files are compiled into object file.

    youdao

  • 连接程序所有文件编译汇编之后运行

    The linker is thus run after all of thesource files have been compiled or assembled.

    youdao

  • 不得产品进行反向工程、反编译汇编,或试图获得产品访问权。

    You may not reverse engineer, decompile or disassemble the Products or attempt to gain access to the source code for the Products.

    youdao

  • 汇编编译器,最后产生上万种高级语言

    The assembler gave birth to the compiler. Now there are ten thousand languages.

    youdao

  • 介绍编译过程中通过语义描述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.

    youdao

  • 编译必须告诉汇编程序什么时候切换这些控制应该输出什么命令告诉汇编程序这些信息。可以定义额外的段。

    The compiler must tell the assembler when to switch sections. These macros control what commands to output to tell the assembler this. You can also define additional sections.

    youdao

  • 编译必须告诉汇编程序什么时候切换这些控制应该输出什么命令告诉汇编程序这些信息。可以定义额外的段。

    The compiler must tell the assembler when to switch sections. These macros control what commands to output to tell the assembler this. You can also define additional sections.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定