From: Maciej Hrebien <m_hrebien@wp.pl>
To: linux-assembly@vger.kernel.org
Subject: Re: gas jump
Date: Wed, 03 Sep 2003 10:45:38 +0200 [thread overview]
Message-ID: <3F55AA32.5E2E324D@wp.pl> (raw)
In-Reply-To: 200309011024.36769.wklux@yahoo.co.uk
peter w krause wrote:
>
> Maciej Hrebien am Montag, 1. September 2003 09:10:
> > > correct code would be:
> > > jmp 1f
> > > ...
> > > 1f:
> >
> > ^^^^^^
> >
> > It's "one forward", so the label should be named just "1" without the
> > "f". Don't you think? The semantics for such local symbols is N: where N
>
> certainly! 'typing error' :)
I thinked so ;) But guess what.. i noticed that you may use more digits
when creating this local labels, NNN: seams to be correct. Heh, my
(obsolete?) info docs say only about 10 bacwards & 10 forwards.
Question: how many digits can you put there? I tried it by hand and when
i was assembling this little example below, gas-2.11.90.0.19 seg fault:
jmp 429496729616743212345f
nop
429496729616743212345:
nop
So, how it really is with this "non-standard" digit-labels?
--
Maciej Hrebien
next prev parent reply other threads:[~2003-09-03 8:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-31 11:06 gas jump peter w krause
2003-09-01 8:10 ` Maciej Hrebien
2003-09-01 9:24 ` peter w krause
2003-09-03 8:45 ` Maciej Hrebien [this message]
2003-09-03 11:54 ` peter w krause
2003-09-03 22:22 ` Maciej Hrebien
-- strict thread matches above, loose matches on Subject: below --
2003-08-30 22:46 Fekete Gabor
2003-08-31 9:38 ` Maciej Hrebien
2003-08-31 9:55 ` Maciej Hrebien
2003-09-01 3:42 ` Rick Hohensee
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=3F55AA32.5E2E324D@wp.pl \
--to=m_hrebien@wp.pl \
--cc=linux-assembly@vger.kernel.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.