This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: branch label question "1f", "2f".. ?


The f relates to forward, and b relates to backward. 


1f, 2f..Since you are moving forward in your "jump" to get to that label. 


-William

----- Original Message ----- 
From: "Qiang Huang" <jameshq@liverpool.ac.uk>
To: "Ecos-Discuss" <ecos-discuss@sources.redhat.com>
Sent: Monday, September 30, 2002 10:15 AM
Subject: [ECOS] branch label question "1f", "2f".. ?


> Hi all:
>     in the assembly code sometime we can see the jump would be like this:
> 
> branch 1f
> ....
> ....
> 
> 1:  move xxx
> sub  xxx
> 
> branch 2f
> ...
> ...
> ...
> 2: add xxx
> move xxx
> 
> 
> 
> why the label is not the same as appeared in the "branch" instruction?
> Thanks
> 
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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