<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>8-bit MicrocontrollersのトピックRe: Preprocessor compiler date</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223525#M19258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No . it's not for assembly .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 08:12:52 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2013-10-23T08:12:52Z</dc:date>
    <item>
      <title>Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223521#M19254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear. I use S08JM16 with assembler code warrior compiler.&lt;/P&gt;&lt;P&gt;There is a preprocessor directive for compiler date/time to use in my code; like __DATE__ and __TIME__ for c preprocessor ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 09:36:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223521#M19254</guid>
      <dc:creator>IlConte</dc:creator>
      <dc:date>2013-10-22T09:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223522#M19255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES, CodeWarrior supports those C preprocessor (__DATE__ and __TIME__).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the compiler predefied macros by Codewarrior&lt;/P&gt;&lt;TABLE bgcolor="#eeeeee" border="0" cellpadding="3"&gt;&lt;TBODY&gt;&lt;TR align="left" bgcolor="#ffffff" valign="top"&gt;&lt;TD&gt;&lt;A name="wp967859"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;&lt;CODE class="cCode"&gt;__LINE__&lt;/CODE&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;A name="wp967861"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;Line number in the current source file &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="left" bgcolor="#ffffff" valign="top"&gt;&lt;TD&gt;&lt;A name="wp967864"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;&lt;CODE class="cCode"&gt;__FILE__&lt;/CODE&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;A name="wp967866"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;Name of the source file where it appears &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="left" bgcolor="#ffffff" valign="top"&gt;&lt;TD&gt;&lt;A name="wp967869"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;&lt;CODE class="cCode"&gt;__DATE__&lt;/CODE&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;A name="wp967871"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;The date of compilation as a string &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="left" bgcolor="#ffffff" valign="top"&gt;&lt;TD&gt;&lt;A name="wp967874"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;&lt;CODE class="cCode"&gt;&lt;SPAN style="background-color: #316ac5; color: #ffffff;"&gt;__TIME__&lt;/SPAN&gt;&lt;/CODE&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;A name="wp967876"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;The time of compilation as a string &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="left" bgcolor="#ffffff" valign="top"&gt;&lt;TD&gt;&lt;A name="wp967879"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;&lt;CODE class="cCode"&gt;__STDC__&lt;/CODE&gt; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;A name="wp967885"&gt;&lt;/A&gt; &lt;P class="pTB_TableBody"&gt;Set to 1 if the &lt;A _jive_internal="true" href="https://community.nxp.com/HIDO_OPT_STRICT_ANSI.html"&gt;-Ansi: Strict ANSI&lt;/A&gt; compiler option has been given. Otherwise, additional keywords are accepted (not in the ANSI standard). &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information, please check compiler manual under CW install folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 01:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223522#M19255</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-10-23T01:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223523#M19256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES, CodeWarrior supports those C preprocessor (__DATE__ and __TIME__).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the compiler predefied macros by Codewarrior&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__LINE__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line number in the current source file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__FILE__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the source file where it appears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__DATE__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date of compilation as a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__TIME__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time of compilation as a string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__STDC__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set to 1 if the -Ansi: Strict ANSI compiler option has been given. Otherwise, additional keywords are accepted (not in the ANSI standard).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information, please check compiler manual under CW install folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 01:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223523#M19256</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-10-23T01:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223524#M19257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For c language OK.&lt;/P&gt;&lt;P&gt;I need to know if is possible also for assembler language, like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;dc.b &lt;/TD&gt;&lt;TD&gt;__DATE__ &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 08:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223524#M19257</guid>
      <dc:creator>IlConte</dc:creator>
      <dc:date>2013-10-23T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223525#M19258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No . it's not for assembly .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 08:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223525#M19258</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-10-23T08:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223526#M19259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In assembler how can I have the compiler date and time ? Is possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 08:22:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223526#M19259</guid>
      <dc:creator>IlConte</dc:creator>
      <dc:date>2013-10-23T08:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223527#M19260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it;s possiable in pure assembly program, i normally implement in mix assembly and C. define the TIME to a global variable in C file. then call this variable from&amp;nbsp; from assembly file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 09:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223527#M19260</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-10-23T09:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223528#M19261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved the problem using a vbs script executed in Pre-Build-Step command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 10:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223528#M19261</guid>
      <dc:creator>IlConte</dc:creator>
      <dc:date>2013-10-25T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223529#M19262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are welcome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 10:11:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223529#M19262</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-10-25T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223530#M19263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this thread is a couple of years old - but I'm wondering if I can get an answer as to how you did this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to insert a time / date stamp into my code, and I can't get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like such a simple task, but I'm stuck !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance you could explain how you achieved this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 09:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223530#M19263</guid>
      <dc:creator>AndyUK</dc:creator>
      <dc:date>2016-02-04T09:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223531#M19264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't mention if you're interested in ASM or C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example with my assembler (&lt;A href="http://www.aspisys.com/asm8.htm"&gt;ASM8&lt;/A&gt;) it would be as simple as inserting something like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; fcc '{:year}-{:month(z)}-{:date(z)} {:hour(z)}:{:min(z)}:{:sec(z)}'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where you want your date/time stamp to appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you happen to use CW, I don't know much about it, however you could use a simple generic script like this &lt;A href="http://lua.org/"&gt;Lua&lt;/A&gt; one to create the needed include file, and make it part of your make process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;--------------- cut here &lt;SPAN style="font-family: courier new,courier;"&gt;---------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;io.open('today.inc','w'):write(os.date(' fcc \'%Y-%m-%d %H:%M:%S\'')):close()&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;--------------- cut here &lt;SPAN style="font-family: courier new,courier;"&gt;---------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for asm use, change it accordingly for C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 16:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223531#M19264</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2016-02-06T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223532#M19265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I'm using Assembler - the built in version that comes with CW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the solution you use with ASM8, but CW just inserts the literal string " &lt;SPAN style="color: #51626f; font-family: 'courier new', courier;"&gt;{:year}-{:month(z)}-{:date(z)} {:hour(z)}:{:min(z)}:{:sec(z)}&lt;/SPAN&gt; " into the code, not the actual date / time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand your second suggestion - any chance you could expand on it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:24:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223532#M19265</guid>
      <dc:creator>AndyUK</dc:creator>
      <dc:date>2016-02-08T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Preprocessor compiler date</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223533#M19266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The string was meant to be used with &lt;A href="http://www.aspisys.com/asm8.htm"&gt;ASM8&lt;/A&gt; but not with CW.&amp;nbsp; Obviously it won't work with CW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2nd suggestion is to use a generic script language to do this work for you as part of the build process, i.e., one extra step in your makefile.&amp;nbsp; (If you don't use makefiles then simply run it right before you assemble your code whichever way you normally do.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I choose Lua for these tasks as it is one such script language which combines programming simplicity and sophistication, in my view -- but you could use whatever other scripting language you're comfortable with assuming it provides some method to get the system clock as a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the script I gave in the earlier reply is for &lt;A href="http://www.lua.org/"&gt;Lua&lt;/A&gt;.&amp;nbsp; Assuming &lt;A href="http://www.aspisys.com/lua.exe"&gt;lua.exe&lt;/A&gt; is somewhere in your path (no installation needed, just place the lua.exe somewhere in your path), and you have named the script 'generate_datetime.lua' you would have to give this command (preferably from the console):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;lua generate_datetime.lua&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should create the file today.inc (in my example) in the same directory you were when you ran the above command.&amp;nbsp; So, you probably want to run it from inside the project's directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The produced file will contain the needed assembly language code that will embed the date/time stamp in your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time the script is run the file will be updated with the current date/time stamp.&amp;nbsp; Then just assemble your program as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To have the date/time stamp appear in your code, at the relevant point in your source you have to include the generated file, like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#include today.inc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 11:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Preprocessor-compiler-date/m-p/223533#M19266</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2016-02-08T11:43:01Z</dc:date>
    </item>
  </channel>
</rss>

