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 co
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等。它是经过编译的结果。 汇编器是将代码编译成机...
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 ...
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....
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...
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...
英文: MACHINE CODE:Numerical representations directly executable by a computer; sometimes called machine language.中文: 机器代码:能被计算机直接执行的数字代码;有时被称为机器语言。英文: Utilizing an assembler to produce a machine-language program.中文: 用汇编程序产生机器语言的过程。
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…
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. ...