--- doc/ca65.sgml.orig 2020-05-30 19:03:15 UTC
+++ doc/ca65.sgml
@@ -621,10 +621,10 @@ problem in most cases.
-| Built-in string functions| 0@
-||~@
-| Built-in pseudo-variables| 1@
-| Built-in pseudo-functions| 1@
+ | Built-in string functions| 0@
+ | |~@
+ | Built-in pseudo-variables| 1@
+ | Built-in pseudo-functions| 1@
+| Unary positive| 1@
-| Unary negative| 1@
˜
@@ -635,7 +635,7 @@ problem in most cases.
.HIBYTE| Unary high-byte operator| 1@
^
.BANKBYTE| Unary bank-byte operator| 1@
-||~@
+ | |~@
*| Multiplication| 2@
/| Division| 2@
.MOD| Modulo operator| 2@
@@ -647,28 +647,28 @@ problem in most cases.
.SHL| Shift-left operator| 2@
>>
.SHR| Shift-right operator| 2@
-||~@
+ | |~@
+| Binary addition| 3@
-| Binary subtraction| 3@
|
.BITOR| Bitwise or| 3@
-||~@
+ | |~@
= | Compare operator (equal)| 4@
<>| Compare operator (not equal)| 4@
<| Compare operator (less)| 4@
>| Compare operator (greater)| 4@
<=| Compare operator (less or equal)| 4@
>=| Compare operator (greater or equal)| 4@
-||~@
+ | |~@
&&
.AND| Boolean and| 5@
.XOR| Boolean xor| 5@
-||~@
+ | |~@
||
.OR| Boolean or| 6@
-||~@
+ | |~@
!
-.NOT| Boolean not| 7@
+.NOT| Boolean not| 7
Available operators, sorted by precedence