From: cuz Date: Mon, 21 Jul 2003 17:18:42 +0000 (+0000) Subject: Added info about the __VIC20__ #define X-Git-Tag: V2.12.0~1489 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d134c72cfdd09b1af6f8cb43ba85007e66fe437a;p=cc65 Added info about the __VIC20__ #define git-svn-id: svn://svn.cc65.org/cc65/trunk@2231 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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__