(called DLA-AL),assembler and runtime for DLAs.DLA-AL is composed of a low-level assembly language and a set of high-level blocks.It allows experienced experts to fully exploit the potential of DLAs and achieve near-optimal performance.Meanwhile,by using DLA-AL,end-users who have l...
汇编语言(Assembly Language)是任何一种用于电子计算机、微处理器、微控制器或其他可编程器件的低级语言,亦称为符号语言。在汇编语言中,用助记符代替机器指令的操作码,用地址符号或标号代替指令或操作数的地址。在不同的设备中,汇编语言对应着不同的机器语言指令集,通过汇编过程转换成机器指令。特定的汇编语言和特定的...
assembled,assembler,assembling,assembly,assembly hall,assembly language,assembly line,assembly man,assembly plant,assembly program, 英汉-汉英词典 n. 语言 近义、反义、联想词 近义词 n. programming language,programing language 英语例句库 Assembly languageprogramming, low level data structures, introduction to...
assembly language Dictionary, Encyclopedia and Thesaurus - The Free Dictionary13,617,810,278visits served TheFreeDictionary Google ? Keyboard Word / Article Starts with Ends with Text EnglishEspañolDeutschFrançaisItalianoالعربية中文简体PolskiPortuguêsNederlandsNorskΕλληνική...
The assembler language is a kind of symbolic language. 汇编语言是一种符号语言。 The assembly language definition of the addition is by no means self-evident. 用汇编语言所表示的加法决不是直观的。 权威例句 From system F to typed assembly language ...
美 英 un.汇编语言 网络组合语言;组合程式语言;汇编语言教程 复数:assembly languages 权威英汉双解 英汉 英英 网络释义 assembly-language n. 1. 汇编语言;组合语言the language in which a program is written before it is changed into machine code ...
noun(Computers)an artificial computer language with mnemonic codes representing the basic machine-language instructions of a computer, which can be interpreted by an assembler to produce a computer program in machine language. Also informally referred to asassembler. ...
4) assembling language 汇编语言 1. The assembling language based on its specific bottom control potentiality can meet the needs of various complicated engineering with the realization of mixed programming with VC++ through resource sharing and complementary advantage. 而汇编语言以其特有的底层控制潜力...
But there is such close interaction between the CPU, computer peripherals, the DOS operating system, and the macro assembler itself that our discussions will often include all these topics. What Is An Assembler? An assembler is a program that converts source-code programs into machine language. ...
A single-pass assembler scans a program one time and makes an equivalent binary program. This type of assembler validates assembly language code by looking the code up in a mnemonic code table. A single-pass assembler is often faster than a multi-pass assembler, and there is usually no need...