]> git.sur5r.net Git - cc65/commitdiff
Fix up character translation explanation
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Dec 2000 22:35:49 +0000 (22:35 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Dec 2000 22:35:49 +0000 (22:35 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@527 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index a3792a24474734e77f76f2913c19290e03a03889..2203504060c0f023fe62049eb035c09841bd2ad0 100644 (file)
@@ -2546,12 +2546,9 @@ of a <tt><ref id=".BYTE" name=".BYTE"></tt> or <tt><ref id=".ASCIIZ"
 name=".ASCIIZ"></tt> command. Characters are translated as soon as they are
 used as part of an expression.
 
-This behaviour is very intuitive - outside of macros. With macros, it will
-lead sometimes to problems, since the exact time of translation depends on the
-exact use.
-
-
-
+This behaviour is very intuitive outside of macros but may be confusing when
+doing more complex macros. If you compare characters against numeric values,
+be sure to take the translation into account.