diff --git a/doc/cc65.sgml b/doc/cc65.sgml
index 87a7cbe12..c0599be2a 100644
--- a/doc/cc65.sgml
+++ b/doc/cc65.sgml
@@ -589,10 +589,6 @@ The compiler defines several macros at startup:
This macro is defined if the target is the c128 (-t c128).
- __PLUS4__
-
- This macro is defined if the target is the plus/4 (-t plus4).
-
__CBM510__
This macro is defined if the target is the CBM 500 series of computers.
@@ -602,13 +598,21 @@ The compiler defines several macros at startup:
This macro is defined if the target is one of the CBM 600/700 family of
computers (called B series in the US).
+ __GEOS__
+
+ This macro is defined if you are compiling for the GEOS system (-t geos).
+
__PET__
This macro is defined if the target is the PET family of computers (-t pet).
- __GEOS__
+ __PLUS4__
- This macro is defined if you are compiling for the GEOS system (-t geos).
+ This macro is defined if the target is the plus/4 (-t plus4).
+
+ __VIC20__
+
+ This macro is defined if the target is the vic20 (-t vic20).
__FILE__