From: uz Date: Wed, 1 Aug 2012 19:32:38 +0000 (+0000) Subject: Document that scopes don't have an effect on unnamed labels. X-Git-Tag: V2.14~271 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff16f28405d98a2a9c3f5792cf9a6a00c9b869d2;p=cc65 Document that scopes don't have an effect on unnamed labels. git-svn-id: svn://svn.cc65.org/cc65/trunk@5801 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 40b31800f..a698b701b 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -820,6 +820,10 @@ to find branch targets (this is the reason why I for my part do prefer the "cheap" local labels). Nevertheless, unnamed labels are convenient in some situations, so it's your decision. + organize named symbols, not +unnamed ones, so scopes don't have an effect on unnamed labels. + + Using macros to define labels and constants