]> git.sur5r.net Git - cc65/commitdiff
Document that scopes don't have an effect on unnamed labels.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Aug 2012 19:32:38 +0000 (19:32 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Aug 2012 19:32:38 +0000 (19:32 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5801 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index 40b31800f61c708577e66ab6e9c57653e83b4b1f..a698b701b37d818d991d1ce20a55605f5fb3bb01 100644 (file)
@@ -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.
 
+<bf/Note:/ <ref id="scopes" name="Scopes"> organize named symbols, not
+unnamed ones, so scopes don't have an effect on unnamed labels.
+
+
 
 <sect1>Using macros to define labels and constants<p>