您要查找的是不是:
- A program that translates from machine language to assembly language, often to decipher existing machine language programs by generating symbolic code listings. 将机器语言翻译成汇编语言的程序,一般通过产生符号代码的清单来翻译已有的机器语言程序。
- The assembler translates symbolic language into machine language. 汇编程序把符号语言翻译成机器语言。
- symbolic machine language 符号机器语言
- Steps to the next machine language instruction. 步进到下一个机器语言指令。
- To translate(a program) into machine language. 编译把一种(程序)翻译成机器语言
- For some remote systems, the translation of configuration information into machine language. 对于某些远程系统,将配置信息翻译成机器语言的过程。
- A single instruction in programming language that results in a series of instructions in machine language. 宏指令计算机编程语言中可以在机器语言中形成一系列指令的命令
- To convert(a character,routine,or program) into machine language. 编码,译码将(字符、例行程序或程序)转变为机器语言
- The process whereby a digital computer translates the instructions of a program written in a high-level language into their machine language equivalents. 数字计算机借此把高级语言编写的程序中的指令翻译成与其等价的机器语言程序的处理过程。
- To convert(a character, routine, or program) into machine language. 编码,译码将(字符、例行程序或程序)转变为机器语言
- A program that translates an instruction into a machine language and executes it before proceeding to the next instruction. 解释程序将指令翻译为机器语言并在执行下一个指令之前完成此指令的程序
- The translation of machine language back into mnemonics during debugging. 在调试期间,将机器语言反译成助记符的翻译过程。
- It is translated into machine language,that is, into a binary equivalent. 把它翻译成机器语言;也就是它等价的二进制.
- We would all be programming in assembly language or even machine language. 我们就要用汇编语言,甚至要用机器语言去编写程序。
- Machine language is the fundamental knowledge a programmer needs to have. 机器语言是程序员需要掌握的最基本的知识。
- processing of symbolic machine instruction 符号机器指令的处理
- Programming languages are divided into three types: machine language,which is also called an instruction system,is the only one used directly by computers. The assembler language is a kind of symbolic language. 程序设计语言分为机器语言、汇编语言和高级语言三类。机器语言是计算机唯一能直接使用的语言,也叫做计算机指令系统。
- Programming languages are divided into three types: machine language, which is also called an instruction system, is the only one used directly by computers. The assembler language is a kind of symbolic language. 程序设计语言分为机器语言、汇编语言和高级语言三类。机器语言是计算机唯一能直接使用的语言,也叫做计算机指令系统;
- A phrase often associated with a macro instruction, where one source language instruction is converted to several machine language instructions. 通常与宏指令有关的一种用语,即把一条源语言指令转换成若干条机器语言指令。
- A program that translates instructions written in a high level programming language into machine language. 一种把用高级编程语言编写的指令翻译成机器语言的程序。