<?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>CodeWarrior for MCUのトピックRe: How generate a s19 with longword address</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159088#M4302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the S12 the EABI defined in ELF the addresses to consist of a 24 bit offset and a 8 bit part for the address space. That's why you wont get a &amp;gt;24 bit address when using an ELF file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you could do:&lt;/P&gt;&lt;P&gt;- use the offset method with the burner as pueraroposed bu Kef (if the whole address range you have to cover fits in 24 bit)&lt;/P&gt;&lt;P&gt;- Use some other tool to create the srecords. Could be another assembler or also some simple script (I did emit srecords in tcl in the past (don't have that script anymore), in the end the srecord format is so simple that they can easely be generated in language. You could also create a binary file and use the burner to convert it to an srecord.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW: Why do you want to create those srecords for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 14:50:57 GMT</pubDate>
    <dc:creator>CompilerGuru</dc:creator>
    <dc:date>2009-12-03T14:50:57Z</dc:date>
    <item>
      <title>How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159080#M4294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi coleagues,&lt;/P&gt;&lt;P&gt;Can somebody help me this tricK? I need to generate a s19 file with 32 bits of address. In .list file, I get: just put&amp;nbsp;&amp;nbsp; LLEN 32 on the file thatthe address in this file appear in 32bits, but, in s19 file, is put just the address needed. For example: if my code (or data table) start at $0100, the s19 uses 2bytes. If starts as $100000, the s19 file uses 24bytes to specify the address. If I put my data at $01000000, then compiler just put 3bytes in s19 file.&lt;/P&gt;&lt;P&gt;My question is: how force it to use 4bytes in s19 file?&lt;/P&gt;&lt;P&gt;Thanks by any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 22:06:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159080#M4294</guid>
      <dc:creator>eddv</dc:creator>
      <dc:date>2009-12-02T22:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159081#M4295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want burner to generate S3 records only? Try replacing in burner.bbl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRECORD=Sx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRECORD=S3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 23:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159081#M4295</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2009-12-02T23:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159082#M4296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, kef, but...&lt;/P&gt;&lt;P&gt;I do it, but doesn´t work...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The compiler act haw the sx mode is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To generate in a file called "nonono.asm.sx"&amp;nbsp; (asm.sx type), is the same mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 00:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159082#M4296</guid>
      <dc:creator>eddv</dc:creator>
      <dc:date>2009-12-03T00:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159083#M4297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What target we are tlking about? I just&lt;/P&gt;&lt;P&gt;1) created empty new XD64 project&lt;/P&gt;&lt;P&gt;2) opened burner.bbl file&lt;/P&gt;&lt;P&gt;3) In burner.bbl found two instances of SRECORD=Sx and replaced that to SRECORD=S3&lt;/P&gt;&lt;P&gt;4) hit make&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resulting S19 file (long S0 record removed). Please note&amp;nbsp;32bit addresses:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S3200000C000CF3100C6055B134A800BFE4A8000FE0000C015C0190000000000009D&lt;BR /&gt;S3070000FFFEC0003B&lt;BR /&gt;S32500FE800010EFC6555B3F585B3F20F7FEC011FDC00F270E35ED31EC3169700434FB310326F9&lt;BR /&gt;S31900FE8020F2FEC013EC31270BED31180A30700434F920F10A0A&lt;BR /&gt;S70500000000FA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Resulting GLO file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S320007FC000CF3100C6055B134A800BFE4A8000FE0000C015C0190000000000001E&lt;BR /&gt;S307007FFFFEC000BC&lt;BR /&gt;S325007F800010EFC6555B3F585B3F20F7FEC011FDC00F270E35ED31EC3169700434FB31032678&lt;BR /&gt;S319007F8020F2FEC013EC31270BED31180A30700434F920F10A89&lt;BR /&gt;S70500000000FA&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by kef on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-12-02&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;07:00 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 01:00:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159083#M4297</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2009-12-03T01:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159084#M4298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kef,thank for your help!&lt;/P&gt;&lt;P&gt;Your last message help me, but not how I need:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe explain in other way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to compile a file that is just a table, to put it on a SD card, somethink like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Source file:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LLEN&amp;nbsp;&amp;nbsp; 32&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;; OK, in LIST file, 32 bits is ok.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORG&amp;nbsp;&amp;nbsp; $10000000&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;; need 32bits for address&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.B&amp;nbsp;&amp;nbsp;&amp;nbsp; $55&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Now, I add this file at "Sources" tree of CW, and click in it with mouse right button, and select Compile item.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The compiled s19 I can get now:&amp;nbsp; (with extension ".asm.sx")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S05300..... (header...)&lt;BR /&gt;S104000055A6&amp;nbsp; &amp;lt;--- here I want 32bits address&amp;nbsp; It must be S&lt;BR /&gt;S9030000FC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BUT:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;they put my $55 byte at $00 00, not at $10 00 00 00 how I need.&lt;BR /&gt;I need a s19 file like&amp;nbsp;&amp;nbsp;&amp;nbsp; this:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;S3061000000055XX , where XX is the normal check byte&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AABBCCDD - 4 byte address&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I doing something wrong....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 01:34:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159084#M4298</guid>
      <dc:creator>eddv</dc:creator>
      <dc:date>2009-12-03T01:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159085#M4299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My really big problem is that I cant generate a S19 file with 4bytes of address, where the address is higher than $00FFFFFF, in other words, when the address is $01xxxxxx or higher, the compiler generate a s19 with address $00xxxxxx -it cut out the MSByte.&lt;/P&gt;&lt;P&gt;Any helps are welcome!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 03:45:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159085#M4299</guid>
      <dc:creator>eddv</dc:creator>
      <dc:date>2009-12-03T03:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159086#M4300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I see now. Linker seems to not support addresses above 2^24, emits L1408 warnings. But maybe you could setup bbl file so that some addresses &amp;lt;0x1000000 will be moved above &amp;gt;=0x1000000.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 04:21:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159086#M4300</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2009-12-03T04:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159087#M4301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem seems to be is in assembler, maybe, because to solve this I learned to use the ahc12.exe, using without CW "skins", and they not generate S19 file correct too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When my source is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LLEN&amp;nbsp;&amp;nbsp; 32&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORG&amp;nbsp;&amp;nbsp; $10000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.L&amp;nbsp;&amp;nbsp;&amp;nbsp; TiLEIT_000&amp;nbsp; ; just some labels to tables&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.L&amp;nbsp;&amp;nbsp;&amp;nbsp; TiLEIT_001&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.L&amp;nbsp;&amp;nbsp;&amp;nbsp; TiLEIT_002&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The s19 IGNORE a MSByte and generate this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S0100000483A5C56696E6353782E70726D39&lt;BR /&gt;S325000000000300000000010A0000010C0000010E000001100000011200000114000001160060&lt;BR /&gt;S325000000200001180000011A0000011C0000011E0000012000000122000001240000012600BA&lt;BR /&gt;S325000000400001280000012A0000012C0000012E00000130000001320000013400000136001A&lt;BR /&gt;S325000000600001380000013A0000013C00000140000001420000014400000146000001480070&lt;BR /&gt;... [00 00 00 60] Wrong addr, must be 10 00 00 00.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and, tryng a lot, I see this: when I star from 24 bits and after, the address goes to 32bits (one byte more)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LLEN&amp;nbsp;&amp;nbsp; 32&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORG&amp;nbsp;&amp;nbsp; $FFFFE0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.L&amp;nbsp;&amp;nbsp;&amp;nbsp; TiLEIT_000&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.L&amp;nbsp;&amp;nbsp;&amp;nbsp; TiLEIT_001&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DC.L&amp;nbsp;&amp;nbsp;&amp;nbsp; TiLEIT_002&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The s19 continues from correct address and goes to $10000000-&lt;/P&gt;&lt;P&gt;s19:&lt;/P&gt;&lt;P&gt;S0100000483A5C56696E6353782E70726D39&lt;BR /&gt;S32500FFFFE00300000000010A0000010C0000010E000001100000011200000114000001160082&lt;BR /&gt;S325010000000001180000011A0000011C0000011E0000012000000122000001240000012600D9&lt;BR /&gt;S325010000200001280000012A0000012C0000012E000001300000013200000134000001360039&lt;BR /&gt;... &amp;nbsp; correct addr [01 00 00 20]!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to force they to always 32bits, but how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:22:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159087#M4301</guid>
      <dc:creator>eddv</dc:creator>
      <dc:date>2009-12-03T05:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159088#M4302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the S12 the EABI defined in ELF the addresses to consist of a 24 bit offset and a 8 bit part for the address space. That's why you wont get a &amp;gt;24 bit address when using an ELF file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you could do:&lt;/P&gt;&lt;P&gt;- use the offset method with the burner as pueraroposed bu Kef (if the whole address range you have to cover fits in 24 bit)&lt;/P&gt;&lt;P&gt;- Use some other tool to create the srecords. Could be another assembler or also some simple script (I did emit srecords in tcl in the past (don't have that script anymore), in the end the srecord format is so simple that they can easely be generated in language. You could also create a binary file and use the burner to convert it to an srecord.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW: Why do you want to create those srecords for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 14:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159088#M4302</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2009-12-03T14:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How generate a s19 with longword address</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159089#M4303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ok, how can I create a binary file with CW tools?&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW: My project has a XDQ512 that contain the program, and a SD CARD with 2GB, that contain the datas, images, etc...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will use a s19 to read it by one program that I made, and sent it for uC, and uC write the datas on SD card. I intend to usea s19 because its ease to read, but could be a binary file too, or another way to get te data compiled.&lt;/P&gt;&lt;P&gt;Any suggestion are welcome!&lt;/P&gt;&lt;P&gt;Eduardo Vilela&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 20:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/How-generate-a-s19-with-longword-address/m-p/159089#M4303</guid>
      <dc:creator>eddv</dc:creator>
      <dc:date>2009-12-03T20:43:27Z</dc:date>
    </item>
  </channel>
</rss>

