From: cuz Date: Tue, 24 May 2005 20:52:11 +0000 (+0000) Subject: Small additions by Stefan Haubenthal X-Git-Tag: V2.12.0~324 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=337843009747c59016e95c5a7b75246abbfd4e4c;p=cc65 Small additions by Stefan Haubenthal git-svn-id: svn://svn.cc65.org/cc65/trunk@3517 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cc65.sgml b/doc/cc65.sgml index e89fc842e..fb94b5a89 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -262,10 +262,12 @@ Here is a description of all the command line options: cbm610 (all CBM-II II computers with 80 column video) geos lunix + lynx nes pet (all CBM PET systems except the 2001) plus4 supervision + vic20 -v, --verbose @@ -592,6 +594,10 @@ The compiler defines several macros at startup: This macro is defined if the target is the Apple ][ (-t apple2). + __APPLE2ENH__ + + This macro is defined if the target is the enhanced Apple // (-t apple2enh). + __ATARI__ This macro is defined if the target is one of the Atari computers @@ -630,6 +636,18 @@ The compiler defines several macros at startup: This macro is defined if you are compiling for the GEOS system (-t geos). + __LUNIX__ + + This macro is defined if you are compiling for the LUnix system (-t lunix). + + __LYNX__ + + This macro is defined if the target is the Atari Lynx (-t lynx). + + __NES__ + + This macro is defined if the target is the NES (-t nes). + __PET__ This macro is defined if the target is the PET family of computers (-t pet). @@ -638,6 +656,10 @@ The compiler defines several macros at startup: This macro is defined if the target is the plus/4 (-t plus4). + __SUPERVISION__ + + This macro is defined if the target is the supervision (-t supervision). + __VIC20__ This macro is defined if the target is the vic20 (-t vic20).