diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 671938bd1..16277f210 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -677,7 +677,7 @@ Numeric constants are defined using the equal sign or the label assignment operator. After doing - two = 2 + two = 2 may use the symbol "two" in every place where a number is expected, and it is @@ -686,13 +686,46 @@ almost identical, but causes the symbol to be marked as a label, so it may be handled differently in a debugger: - io := $d000 + io := $d000 The right side can of course be an expression: - four = two * two + four = two * two + + + +