From e227a07c8fb05200275bdfdce1b8cdecfcde3105 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 10 Mar 2014 19:03:01 +0100
Subject: [PATCH] Adjusted doc to recent drop of VER_PATCH.
---
doc/ca65.sgml | 4 ++--
doc/cc65.sgml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index 4d4b73d38..364790b52 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -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 __CC65__
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 __CC65_STD__
--
2.39.5