Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7575387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:40:34+00:00 2026-05-30T16:40:34+00:00

I have a problem understnding a branch instruction B arm926ejs_reset_handler which leaps to the

  • 0

I have a problem understnding a branch instruction B arm926ejs_reset_handler which leaps to the label arm926ejs_reset_handler: and thus ignores the code in between. I wonder why would anyone do this?

And some additional explanation. Label __start: is an entry point of the program. Lines that branch instruction ignores are parameters which boot ISROM was supposed to get at startup. But how can boot ISROM get these parameters if we jump over them? It makes no logic to me.

__start:
arm926ejs_reset:
B     arm926ejs_reset_handler

    .word   0x41676d69
    .word   0,0,0,0,0
image_type:
    .word   0x0000000A
sizeOfPermanentCode:    
    .word   (__image_size)
    .word   0,0
bootparameter:  
    .word   0
    .word   0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

arm926ejs_reset_handler:
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:40:35+00:00Added an answer on May 30, 2026 at 4:40 pm

    There is a difference between data and code – code contains instructions which are executed, while data is used by the code. The fundamental difference is that data (usually) can’t be executed.

    So as the room in the beginning is used as a storage space for data, the code needs to jump over the data, otherwise the data would be interpreted as code, which would most likely result in illegal instructions and a crash.

    Of course the code can access the data if it is located before the current program counter (after the jump) – from the perspective of the code it doesn’t make a difference if the data is locate before or after the code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an understanding problem of how the following code works: XMLInputFactory xif =
I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE
I have a problem understanding what's causes the compilation error in the code below:
I have a problem with understanding the following code: import java.awt.Dimension; import java.awt.GridLayout; import
I have a problem in understanding the relationship between services and registry. I have
I'm having a problem understanding what I'm doing wrong here. I have the code
I have a problem understanding an UML below: Specifically, what is the relationship between
I have a problem understanding some code fragment from Matlab Signal processing Toolbox fir2()
I have a little problem understanding how to create a child class's contructor, which
I have problem understanding the order in which initialization happens. this is the order

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.