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).