Home>Article> What is assembly language oriented towards?

What is assembly language oriented towards?

尚
Original
2020-04-27 14:18:27 8174browse

What is assembly language oriented towards?

Assembly language is a machine-oriented language.

Assembly language is a low-level language used for electronic computers, microprocessors, microcontrollers or other programmable devices. It is also called a 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.

Compared with machine language, assembly language has higher machine relevance and is easier to remember and write, but at the same time it retains the high speed and efficiency of machine language.

The above is the detailed content of What is assembly language oriented towards?. 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