This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: jump to label


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]