Re: [cc65] bug or feature: unnamed labels across scopes

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2012-08-01 21:25:26
On Wed, Aug 01, 2012 at 01:34:12PM +0200, A. Fachat wrote:
> You could also mention how it works across files - it references/counts the
> unnamed labels in included files as well. (which I accidently got right the
> first time in my xa patch :-)

I hope this is obvious. The assembler doesn't care in which source a symbol is
in. One artificial limitation are .PROCs. A .PROC must end in the same file
where it was started. It is an artificial limit because it's not a technical
requirement but a feature that is meant to protect against missing .ENDPROCs.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de



----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Aug 1 21:25:39 2012

This archive was generated by hypermail 2.1.8 : 2012-08-01 21:25:42 CEST