From ff16f28405d98a2a9c3f5792cf9a6a00c9b869d2 Mon Sep 17 00:00:00 2001 From: uz Date: Wed, 1 Aug 2012 19:32:38 +0000 Subject: [PATCH] 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 --- doc/ca65.sgml | 4 ++++ 1 file changed, 4 insertions(+) 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

-- 2.39.5