因为前端解析器其实是符号化指令集,这种指令集实质上是一组可移植的汇编码,能够翻译到任何支持的机器架构之上。
Underlying the front-end parsers is a symbolic instruction set – a kind of portable assembly code – which can be translated to any of the supported machine architectures.
汇编程序大体上是一样的,低层次的抽象,即使记住像MOV的助记符号而取代其相应的二进制表示要稍微容易。
Assemblers work principally at the same, low level of abstraction, even though it's somewhat easier to remember a mnemonic like MOV instead of its corresponding binary representation.
汇编语言往往是所谓的象征性语言,因为符号是用来代表操作守则及存放位置。
Assembler languages are frequently called symbolic languages, because symbols are used to represent operation codes and storage locations.
汇编语言是一种符号化的机器语言。
The assembler language is a kind of symbolic machine language.
汇编语言是一种符号语言。
将机器语言翻译成汇编语言的程序,一般通过产生符号代码的清单来翻译已有的机器语言程序。
A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings.
在这里笔者介绍PIC8位单片机汇编语言指令的组成及指令中符号的功能,以供初学者阅读相关书籍和资料时快速入门。
Here I introduce PIC 8-bit MCU assembly language instructions and instructions in the composition of the functions of symbols, for beginners to read books and information related to Quick Start.
汇编程序采用的一种动作,例如在宏定义展开时,它用一个值来代替一个变量符号。
The action taken by the assembler when it replaces a variable symbol with a value , for example , during the expansion of a macro definition.
一种将符号形式(类似于汇编语言)的微程序翻译成位模式的程序,然后位模式被装入控制存储器。
A program that translates microprograms in symbolic form (similar to assembly language) into bit patterns that are then loaded into the control store.
它支持从汇编程序提供的。inc文件中导入符号,这样程序更易读。
It can import register symbols from. Inc file provided by their assembler. Then the program is much more readable.
汇编程序把符号语言翻译成机器语言。
The assembler translates symbolic language into machine language.
汇编程序把符号语言翻译成机器语言。
It is translated into machine language-that is, into a binary equivalent.
汇编程序把符号语言翻译成机器语言。
Machine language: a language designed for the direct use by a computer without translation. Also called Machine code.
汇编程序把符号语言翻译成机器语言。
Machine language: a language designed for the direct use by a computer without translation. Also called Machine code.
应用推荐