X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fcc65.sgml;h=a66854095433cc63218a85650d576953f11139e6;hb=8590de5cf3515d7df156a5d470ad06bd68f97555;hp=cd94f50acd8d16c3b080033718f99d13dc856fa4;hpb=80b27bde5e4eff1ed11dc6c84e3fbe99ae34f038;p=cc65 diff --git a/doc/cc65.sgml b/doc/cc65.sgml index cd94f50ac..a66854095 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -4,7 +4,6 @@ cc65 Users Guide <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline> <url url="mailto:gregdk@users.sf.net" name="Greg King"> -<date>2017-05-20 <abstract> cc65 is a C compiler for 6502 targets. It supports several 6502 based home @@ -407,6 +406,7 @@ Here is a description of all the command line options: <item>sim6502 <item>sim65c02 <item>supervision + <item>telestrat <item>vic20 </itemize> @@ -941,6 +941,10 @@ The compiler defines several macros at startup: This macro is defined if the target is the Supervision (-t supervision). + <tag><tt>__TELESTRAT__</tt></tag> + + This macro is defined if the target is the Telestrat (-t telestrat). + <tag><tt>__TIME__</tt></tag> This macro expands to the time of translation of the preprocessing