This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: jump to label
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Efim Monyak <ymonyak at lipowsky dot de>
- Cc: binutils at sourceware dot org
- Date: Wed, 7 Feb 2007 09:48:49 -0500 (EST)
- Subject: Re: jump to label
- References: <45C9B71B.1080109@lipowsky.de>
On Wed, 7 Feb 2007, Efim Monyak wrote:
> or
> beq 99f
> 99:
>
> the as description says:
> 5.1 Labels
> I don't found the description of this syntax, what does 'b' or 'f' mean?
> Is this a specific label type?
It's in the documentation as "Local Symbol Names",
<URL:http://sourceware.org/binutils/docs-2.17/as/Symbol-Names.html#Symbol-Names>
(section 5.3) but I'd agree it should be (at least)
cross-referenced from the section you looked at, as the most
common use is as labels.
brgds, H-P