All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: Pei-Jie Hong <Pei-Jie.Hong@cern.ch>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: A question about head.S
Date: Wed, 28 Jun 2000 17:30:03 +0200	[thread overview]
Message-ID: <200006281530.RAA30903@denx.local.net> (raw)
In-Reply-To: Your message of "Fri, 28 Apr 2000 16:29:46 +0200." <3909A05A.E1901D52@cern.ch>


In message <3909A05A.E1901D52@cern.ch> you wrote:
>
> In arch/ppc/kernel/head.S, there are lines looks like
> bne 4f or b 5f, I know they are branch instructions, but what
> about 4f or 5f. Are they the relative length? and what is the unit,
> I mean if 4f is a number , is it number of instructions or number
> of bytes or words?

You will also see labels "4:" and "5:" etc. in the text.  "4f"  means
"label  4  searching  forward",  while  "5b"  means "label 5 seaching
backwards".

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Heavier than air flying machines are impossible.
                    -- Lord Kelvin, President, Royal Society, c. 1895

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2000-06-28 15:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-28 14:29 A question about head.S Pei-Jie Hong
2000-06-28 15:11 ` Grant Erickson
2000-06-28 15:17 ` Jerry Van Baren
2000-06-28 15:30 ` Wolfgang Denk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200006281530.RAA30903@denx.local.net \
    --to=wd@denx.de \
    --cc=Pei-Jie.Hong@cern.ch \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.