From 8f4d0539c26d38b33fd9ebacf3d3c2692d438860 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 11 Nov 2003 23:09:04 +0000 Subject: [PATCH] Small fixes git-svn-id: svn://svn.cc65.org/cc65/trunk@2644 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 660b083b1..4aaca846c 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -385,7 +385,7 @@ expression: If the result of an expression is constant, the actual value is checked to see if it's a byte sized expression or not. If the expression is explicitly casted to a byte sized expression by - one of the '>'/'<' operators, it is a byte expression. + one of the '>', '<' or '^' operators, it is a byte expression. If this is not the case, and the expression contains a symbol, explicitly declared as zero page symbol (by one of the .importzp or .exportzp instructions), then the whole expression is assumed to be @@ -458,7 +458,6 @@ Available operators sorted by precedence: .XMATCH Builtin function 1 .PARAMCOUNT Builtin pseudo variable (r/o) 1 .REFERENCED Builtin function 1 - :: Global namespace override 1 + Unary plus 1 - Unary minus 1 ~ Unary bitwise not 1 @@ -511,7 +510,7 @@ Some of the pseudo variables mentioned above need some more explanation: * This symbol is replaced by the value of the program counter at start of the current instruction. Note, that '*' yields a rvalue, that means, you cannot assign to it. - Use