<?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>topic Re: Documentation about s-file. (SOLVED) in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216547#M6193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you know what part of it that is data and what part that is code, then yes, even though it isn't easy. All instructions are there in hex, you will have to translate the op-codes to assembler.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2009 15:57:04 GMT</pubDate>
    <dc:creator>Lundin</dc:creator>
    <dc:date>2009-01-16T15:57:04Z</dc:date>
    <item>
      <title>Documentation about s-file. (SOLVED)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216546#M6192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hello guys,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I need a document that describes&amp;nbsp;the S-file, how is it build.&amp;nbsp;&amp;nbsp;I want to know if it's possible to find an instruction in flash memory, boot memory or ram memory&amp;nbsp;just looking the S-file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;João Paulo.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by jeypi on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2009-01-15&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;06:44 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 03:57:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216546#M6192</guid>
      <dc:creator>jeypi</dc:creator>
      <dc:date>2009-01-16T03:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation about s-file. (SOLVED)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216547#M6193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you know what part of it that is data and what part that is code, then yes, even though it isn't easy. All instructions are there in hex, you will have to translate the op-codes to assembler.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 15:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216547#M6193</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2009-01-16T15:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation about s-file. (SOLVED)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216548#M6194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The decoder application can be used to disassemble the content of an srecord, you have to specify the processor with the -proc option.&lt;BR /&gt;It wont know if some byte is a constant or instructions, so data will be disassembled as unreasonable code.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 01:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216548#M6194</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2009-01-17T01:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation about s-file. (SOLVED)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216549#M6195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi jeypi,&lt;BR /&gt;&lt;BR /&gt;An S19 file is quite easily human readable, especially if your just looking for something near a known address etc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rasmicro.com/S_Records/index.htm" rel="nofollow" target="_blank"&gt;Here are the details&lt;/A&gt; of the format.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 06:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216549#M6195</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-01-17T06:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation about s-file. (SOLVED)</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216550#M6196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks guys, it helped a lot.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;João Paulo.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 19:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Documentation-about-s-file-SOLVED/m-p/216550#M6196</guid>
      <dc:creator>jeypi</dc:creator>
      <dc:date>2009-01-19T19:27:30Z</dc:date>
    </item>
  </channel>
</rss>

