Compilation of BNE 1B Problems

Source: Internet
Author: User

(The following is a small issue I have posted about embedding assembler programs frequently used in ARM Linux learning)

When I read the Linux development manual (P95) Today, I encountered the following code:

1:

LDR R4, [R2], #4

STR R4, [R1], #4

CMP R1, r3

BNE 1b

From the previous knowledge, we can understand BNE 1. As for BNE 1B, it is really hard to understand it. I found an explanation for it on the Internet. Let's talk about it below:

In BNE, 1B is directed to the local tag 1 and executed. B Indicates backward.
BNE 1f (jump forward to partial tag 1 for execution)
Eg:

1:;
CMP r0, #0
Beq 1f; R0 = 0 then jump forward to B and execute
BNE 1B; otherwise, the system will jump back to a and execute
1:; B

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.