Please help us improve the quality of example sentences! Edit on Github

本文介绍一个宏汇编程序。This article presents a macro assembler.

汇编程序创建了两个自定义部分The assembler creates two custom sections

Other words in sentence

根据调试信息来汇编程序Compiling the program with debug information

宏在汇编程序中的一个常见用途是提高代码的清晰度。A common use of macros in assembly is clarity.

用汇编程序产生机器语言的过程。Utilizing an assembler to produce a machine-language program.

汇编程序在预汇编时对其求值的一种表达式。An expression that an assembler evaluates at pre -assembly time.

汇编程序把符号语言翻译成机器语言。It is translated into machine language-that is, into a binary equivalent.

Other words in sentence

本例中,汇编程序模板由汇编指令组成。In this example, the assembler template consists of assembly instructions.

提出了语法制导翻译用于自动构造汇编程序的方法。The method to generate assemblers by syntax-directed translation is proposed.

电子钟汇编程序,是属于开发板的一种小例子!Electronics assembler bell, belong to the development board are a small example!

并不保证手写的汇编程序也保持这个传统。There is no guarantee that hand-written assembly programs follow this tradition.

在此基础上给出了C51调用AD7705写操作汇编程序的实例。Then an example of C51 function calling ASM subprogram of AD7705 writing operation is given.

Other words in sentence

这扩展程序可以被用于倾销反汇编程序产品到所有反射器支持的语言的文件。This add-in can be used to dump the disassembler output to files for any Reflector supported language.

相反,翻译过程由例如汇编程序、编译器,和连接器的工具完全的自动化了。Instead, the translation process is fully automated by tools such as assemblers, compilers, and linkers.

编译器和汇编程序自动地将表示一直向下翻译为有效的机器代码。Compilers and assemblers automatically translate representations all the way down to efficient machine code.

论述了TSR程序的激活技术,并给出了汇编程序实例。This paper narrates the activating techniques of TSR program, and gives some examples with assembler programs.

如果C被用来作为汇编程序的逻辑行分隔符,这个宏应该被定义为一个具有非零值的C表达式。Define this macro as a C expression which is nonzero if C is used as a logical line separator by the assembler.

Other words in sentence

它支持从汇编程序提供的.inc文件中导入符号,这样程序更易读。It can import register symbols from . inc file provided by their assembler. Then the program is much more readable.

讨论C语言程序与汇编程序混合编程时需注意的几个问题,并给出实例进行说明。A few problems that must be noticed when programming with mixed C51 and A51 are discussed and illustrated with examples.

不久,发明了汇编程序,它能将机器指令转换成易读、易管理的助记符,如ADD、MOV等。Soon, assemblers were invented to map machine instructions to human-readable and manageable mnemonics, such as ADD and MOV.