Home  >  Article  >  What is a symbolic machine language

What is a symbolic machine language

藏色散人
藏色散人Original
2021-07-09 11:05:2516614browse

Assembly language is a symbolic machine language; Assembly language is any low-level language used for electronic computers, microprocessors, microcontrollers or other programmable devices, also known as symbolic language; In assembly language, mnemonics are used to replace the opcodes of machine instructions, and address symbols or labels are used to replace the addresses of instructions or operands.

What is a symbolic machine language

#The operating environment of this article: Windows 7 system, Dell G3 computer.

What is a symbolic machine language?

Assembly language is a symbolic machine language.

Assembly language is any low-level language used for electronic computers, microprocessors, microcontrollers or other programmable devices, also known as symbolic language. In assembly language, mnemonics are used to replace the opcodes of machine instructions, and address symbols or labels are used to replace the addresses of instructions or operands.

In different devices, assembly language corresponds to different machine language instruction sets, which are converted into machine instructions through the assembly process. There is a one-to-one correspondence between a specific assembly language and a specific machine language instruction set, and they are not directly portable between different platforms.

What is a symbolic machine language

Extended information:

The characteristic of assembly language is that it is easy to be recognized and executed by the computer. Using it for programming can reduce the space occupied, increase the running speed, and Can directly control the hardware.

It plays an irreplaceable and important position when real-time control is required, but assembly language is more complicated and difficult to program and understand, especially when performing data processing or logical operations, its disadvantages are highlighted. .

High-level language is a user-oriented language that can be more accurately understood by programmers. It has strong expressive ability, many functions, high programming efficiency, fast learning speed, and high degree of automation, so it is more popular. .

For more related knowledge, please visit the FAQ column!

The above is the detailed content of What is a symbolic machine language. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn