instruction. assembly language makes it easier for humans to read and write instructions compared to machine language. an assembler is used to convert assembly language code into machine language. what is an example of an assembly language instruction and its corresponding machine language representation...
实际上,这种语言叫做“汇编语言”,将其转换为机器码的工具称为“汇编器(Assembler)”。 更多信息请参考维基百科:http://en.wikipedia.org/wiki/Assembly_language - Philippe Leybaert 12 汇编语言是一种机器可执行代码的代码/可执行文件,这可能是obj、exe、dll等。它是经过编译的结果。 汇编器是将代码编译成机...
machine language 英[məˈʃi:n ˈlæŋɡwidʒ] 美[məˈʃin ˈlæŋɡwɪdʒ] 释义 机器语言 实用场景例句 全部 We would all be programming in assembly language or evenmachine language. 我们就要用汇编语言,甚至要用机器语言去编写程序....
assembly language machine language_电子学行业词汇 机器语言 machine language词源英文解释 The first known use of machine language was in 1947 machine language儿童词典英英释义 machine toolnoun a machine (as a lathe or drill) that is driven by power and is designed for shaping solid work ...
The object code is themachine languagethe computer uses to run your program.───目标代码是机器语言的计算机用途运行您的节目. Utilizing an assembler to produce a machine - language program.───用汇编程序产生机器语言的过程. Like Jelinek, Niyogi focused on the process ofmachine languageacquisition...
An assembler program translates an assembly language program (the source program) into a machine language program (the object program). Programs could be written faster with assembly language than with machine language, although they still had to be translated into machine language before they could ...
machine language Thesaurus Medical Legal Financial Acronyms Encyclopedia Wikipedia Related to machine language:assembly language,programming language n. A set of instructions for a specific central processing unit, designed to be usable by a computer without being translated. Also calledmachine code. ...
Where the type information is derived motivates the b, w, and l suffixes used in the IA-32 Assembler. For example, in the instruction movw $1,%eax the w suffix indicates the operand is a word. OperandsThree kinds of operands are generally available to the instructions: register, memory, ...
美 英 na.【自】机器语言 英汉 英英 网络释义 na. 1. 【自】机器语言,计算机语言
Assembly language allows us to write machine code in an abbreviated, form which is designed to represent the actual operation the opcode will perform. That abbreviated form is known as mnemonic, and it is the basic building block of assembly language (or assembler) programs....