an assembler is a program that translates assembly language code, a symbolic representation of machine language instructions, into machine code. it takes the human-readable assembly language instructions and converts them into the corresponding binary machine language instructions that the computer can ...
machine language 英[məˈʃi:n ˈlæŋɡwidʒ] 美[məˈʃin ˈlæŋɡwɪdʒ] 释义 机器语言 实用场景例句 全部 We would all be programming in assembly language or evenmachine language. 我们就要用汇编语言,甚至要用机器语言去编写程序. ...
实际上,这种语言叫做“汇编语言”,将其转换为机器码的工具称为“汇编器(Assembler)”。 更多信息请参考维基百科:http://en.wikipedia.org/wiki/Assembly_language - Philippe Leybaert 12 汇编语言是一种机器可执行代码的代码/可执行文件,这可能是obj、exe、dll等。它是经过编译的结果。 汇编器是将代码编译成机...
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....
Utilizing an assembler to produce a machine - language program.───用汇编程序产生机器语言的过程. Like Jelinek, Niyogi focused on the process of machine language acquisition.───Jelinek一样,Niyogi尤其关注机器习得语言的过程。 These instructions were translated back into machine language by interpreter...
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. ...
Overview: A critically important aspect of building a new computer system is designing the low-level machine language, or instruction set, with which the computer can be instructed to do various thi…
Translate the following machine language code into assembly language. 0xE0475001 0xE5949010 Solution First, we represent each instruction in binary and look at bits 27:26 to find the op for each instruction, as shown in Figure 6.27. The op fields are 002 and 012, indicating a data-processing...
code, eliminating the need for a compiler. Assembly language is considered a low-level language like machine code, except that assembly language is written in plain text and is human-readable. Assembly code is submitted directly to an assembler, which converts the assembly language to machine ...
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 ...