]> git.sur5r.net Git - cc65/commitdiff
Document osic1p-specific constants. 154/head
authorStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 23 Mar 2015 18:31:46 +0000 (19:31 +0100)
committerStephan Mühlstrasser <stephan.muehlstrasser@web.de>
Mon, 23 Mar 2015 18:31:46 +0000 (19:31 +0100)
doc/ca65.sgml
doc/cc65.sgml

index 32cf0b80b6eec3a9570ac0de0fa4b01fbc1bd916..fa3258562929fc8a33883bea16de5b1912e89baf 100644 (file)
@@ -4418,6 +4418,7 @@ compiler, depending on the target system selected:
 <item><tt/__LUNIX__/ - Target system is <tt/lunix/
 <item><tt/__LYNX__/ - Target system is <tt/lynx/
 <item><tt/__NES__/ - Target system is <tt/nes/
+<item><tt/__OSIC1P__/ - Target system is <tt/osic1p/
 <item><tt/__PET__/ - Target system is <tt/pet/
 <item><tt/__PLUS4__/ - Target system is <tt/plus4/
 <item><tt/__SIM6502__/ - Target system is <tt/sim6502/
index a6b4a07eebbb701c4b206f6d713faff1e8dbdd09..aa8a75aefcf0b806eef38679f04acd2790d040f4 100644 (file)
@@ -348,6 +348,7 @@ Here is a description of all the command line options:
   <item>lunix
   <item>lynx
   <item>nes
+  <item>osic1p
   <item>pet (all CBM PET systems except the 2001)
   <item>plus4
   <item>sim6502
@@ -819,6 +820,11 @@ The compiler defines several macros at startup:
 
   Is defined if the compiler was called with the <tt/-Os/ command line option.
 
+  <tag><tt>__OSIC1P__</tt></tag>
+
+  This macro is defined if the target is the Ohio Scientific Challenger 1P
+  (-t osic1p).
+
   <tag><tt>__PET__</tt></tag>
 
   This macro is defined if the target is the PET family of computers (-t pet).