]> git.sur5r.net Git - cc65/commitdiff
Adjusted doc to recent drop of VER_PATCH.
authorOliver Schmidt <ol.sc@web.de>
Mon, 10 Mar 2014 18:03:01 +0000 (19:03 +0100)
committerOliver Schmidt <ol.sc@web.de>
Mon, 10 Mar 2014 18:03:01 +0000 (19:03 +0100)
doc/ca65.sgml
doc/cc65.sgml

index 4d4b73d38120b738b2fa10f4924cea42883aac61..364790b5270b2c2edf7cfaad5d9108a30e70248a 100644 (file)
@@ -1263,14 +1263,14 @@ writable.
   Reading this pseudo variable will give the assembler version according to
   the following formula:
 
-        VER_MAJOR*$100 + VER_MINOR*$10 + VER_PATCH
+        VER_MAJOR*$100 + VER_MINOR*$10
 
   It may be used to encode the assembler version or check the assembler for
   special features not available with older versions.
 
   Example:
 
-  Version 2.11.1 of the assembler will return $2B1 as numerical constant when
+  Version 2.14 of the assembler will return $2E0 as numerical constant when
   reading the pseudo variable <tt/.VERSION/.
 
 
index ab763271887d5937647566cf8c824ddb87ce3e89..1079782bbaa326b9d43323409d693dad84587d1b 100644 (file)
@@ -749,8 +749,8 @@ The compiler defines several macros at startup:
   <tag><tt>__CC65__</tt></tag>
 
   This macro is always defined. Its value is the version number of the
-  compiler in hex.  For example, version 2.10.1 of the compiler has this macro
-  defined as <tt/0x02A1/.
+  compiler in hex.  For example, version 2.14 of the compiler has this macro
+  defined as <tt/0x02E0/.
 
   <tag><tt>__CC65_STD__</tt></tag>