diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 8dc71c4df..6db459ee1 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -823,13 +823,19 @@ convenient in some situations, so it's your decision. Using macros to define labels and constants

-While there are drawbacks with this approach, it may be handy in some -situations. Using , it is -possible to define symbols or constants that may be used elsewhere. Since -the macro facility works on a very low level, there is no scoping. On the -other side, you may also define string constants this way (this is not +While there are drawbacks with this approach, it may be handy in a few rare +situations. Using , it is possible +to define symbols or constants that may be used elsewhere. One of the +advantages is that you can use it to define string constants (this is not possible with the other symbol types). +Please note: @@ -2247,6 +2253,11 @@ Here's a list of all control commands and a description, what they do: Start a define style macro definition. The command is followed by an identifier (the macro name) and optionally by a list of formal arguments in braces. + + Please note that command and section .