ARM Assembly Instruction Set 1

Source: Internet
Author: User

The (assembly) instruction is a mnemonic of the CPU machine instruction, which is compiled to get a sequence of 0011 machine codes that can be executed by the CPU.

(assembler) The nature of the pseudo-directive is not an instruction (just written in the code together with the instruction), it is provided by the compiler environment, and is intended to guide the compilation process, after which the pseudo-instructions will not generate machine code at the end.

Two different styles of arm instructions

--arm official ARM compilation style: Directives are generally capitalized and IDE development environments in Windows (such as ads, MDK) are commonly used. such as: LDR R0,[R1]

--GNU Style arm assembly: Directives are generally used in lowercase letters and Linux. such as: Ldr R0,[R1]

ARM compilation

ARM Assembly Instruction Set 1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.