1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-25 17:29:50 +00:00

Added info about the __VIC20__ #define

git-svn-id: svn://svn.cc65.org/cc65/trunk@2231 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-07-21 17:18:42 +00:00
parent cc9263d413
commit d134c72cfd

View File

@ -589,10 +589,6 @@ The compiler defines several macros at startup:
This macro is defined if the target is the c128 (-t c128).
<tag><tt>__PLUS4__</tt></tag>
This macro is defined if the target is the plus/4 (-t plus4).
<tag><tt>__CBM510__</tt></tag>
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).
<tag><tt>__GEOS__</tt></tag>
This macro is defined if you are compiling for the GEOS system (-t geos).
<tag><tt>__PET__</tt></tag>
This macro is defined if the target is the PET family of computers (-t pet).
<tag><tt>__GEOS__</tt></tag>
<tag><tt>__PLUS4__</tt></tag>
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).
<tag><tt>__VIC20__</tt></tag>
This macro is defined if the target is the vic20 (-t vic20).
<tag><tt>__FILE__</tt></tag>