Re: A89: Running asm programs (Xavier)
[Prev][Next][Index][Thread]
Re: A89: Running asm programs (Xavier)
> 
> what is the "/" for before "notfound" in your program example xavier?  i'm
> still pretty new to asm. 
This means that the label is only defined into the current procedure..
well here is an example:
proc1:		;label defined 'normally'
\sublbl1	;only defined into proc1
\sublbl2	;only defined into proc1
This allows you to use the same label name into another procedure
proc2:		;another procedure
\sublbl1	;same name, but only defined into proc2 this time
> also, are you assuming that the reader will also
> assume that the label "notfound" already exists?
Yes, it has to be coded somewhere else in the program
 
Xavier VASSOR
---The Doors Team
E-mail:xvassor@mail.dotcom.fr
Doors Homepage: http://start.at/doors
ICQ:10241721