From f97a1603ecfa1b4d0342a71e6094e8ed47d599cd Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 19 Jul 2000 18:18:52 +0000 Subject: [PATCH] Corrected a few minor issues git-svn-id: svn://svn.cc65.org/cc65/trunk@174 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/ca65.txt b/doc/ca65.txt index 0afbf5820..350b85b06 100644 --- a/doc/ca65.txt +++ b/doc/ca65.txt @@ -517,7 +517,7 @@ use symbols and labels, giving a lot of flexibility. or plus characters as a label designator. Using the '-' characters will create a back reference (use the n'th label backwards), using '+' will create a forward reference (use the n'th label in forward - direction. An example will help to understand this: + direction). An example will help to understand this: : lda (ptr1),y ; #1 cmp (ptr2),y @@ -1188,7 +1188,7 @@ Here's a list of all control commands and a description, what they do: Example: - .ifdef ToHex ; If someone used this subroutine + .ifref ToHex ; If someone used this subroutine ToHex: tay ; Define subroutine lda HexTab,y rts @@ -1410,7 +1410,8 @@ Here's a list of all control commands and a description, what they do: Please note that the function does only compare tokens, not token attributes. So any number is equal to any other number, regardless of - the actual value. The same is true for strings. + the actual value. The same is true for strings. If you need to compare + tokens