mirror of
https://github.com/cc65/cc65.git
synced 2025-02-26 23:30:03 +00:00
Document osic1p-specific constants.
This commit is contained in:
parent
7fb206e381
commit
810fe229e9
@ -4418,6 +4418,7 @@ compiler, depending on the target system selected:
|
|||||||
<item><tt/__LUNIX__/ - Target system is <tt/lunix/
|
<item><tt/__LUNIX__/ - Target system is <tt/lunix/
|
||||||
<item><tt/__LYNX__/ - Target system is <tt/lynx/
|
<item><tt/__LYNX__/ - Target system is <tt/lynx/
|
||||||
<item><tt/__NES__/ - Target system is <tt/nes/
|
<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/__PET__/ - Target system is <tt/pet/
|
||||||
<item><tt/__PLUS4__/ - Target system is <tt/plus4/
|
<item><tt/__PLUS4__/ - Target system is <tt/plus4/
|
||||||
<item><tt/__SIM6502__/ - Target system is <tt/sim6502/
|
<item><tt/__SIM6502__/ - Target system is <tt/sim6502/
|
||||||
|
@ -348,6 +348,7 @@ Here is a description of all the command line options:
|
|||||||
<item>lunix
|
<item>lunix
|
||||||
<item>lynx
|
<item>lynx
|
||||||
<item>nes
|
<item>nes
|
||||||
|
<item>osic1p
|
||||||
<item>pet (all CBM PET systems except the 2001)
|
<item>pet (all CBM PET systems except the 2001)
|
||||||
<item>plus4
|
<item>plus4
|
||||||
<item>sim6502
|
<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.
|
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>
|
<tag><tt>__PET__</tt></tag>
|
||||||
|
|
||||||
This macro is defined if the target is the PET family of computers (-t pet).
|
This macro is defined if the target is the PET family of computers (-t pet).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user