<?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のトピックconvert Srecord file to absolute</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137707#M4744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;for the S record files codewarrior 3.1 generates is there a routine to decode the srecord into address and data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am aware of c:\program files\metrowerks\cw08v3.1\prog\decoder.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there anything more fancy that i can download, some sort of hex editor able to decode a s record file in to absolute code and have the start adr of each module easy to read.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 04:43:45 GMT</pubDate>
    <dc:creator>jah</dc:creator>
    <dc:date>2006-11-23T04:43:45Z</dc:date>
    <item>
      <title>convert Srecord file to absolute</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137707#M4744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;for the S record files codewarrior 3.1 generates is there a routine to decode the srecord into address and data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am aware of c:\program files\metrowerks\cw08v3.1\prog\decoder.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there anything more fancy that i can download, some sort of hex editor able to decode a s record file in to absolute code and have the start adr of each module easy to read.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 04:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137707#M4744</guid>
      <dc:creator>jah</dc:creator>
      <dc:date>2006-11-23T04:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: convert Srecord file to absolute</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137708#M4745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Jah:&lt;BR /&gt;&lt;BR /&gt;A S-record (.s19) file is already absolute. The 5th through 8th characters of each S1 line is the hex address, and the rest of the line, excluding the last two characters (the checksum), is the hex data.&lt;BR /&gt;&lt;BR /&gt;I don't see how it can be separated into modules, however, since there is no indication in an S-record file of where a module would begin/end.&lt;BR /&gt;&lt;BR /&gt;But what you are after could probably be done from the .abs file, since it contains the symbolic information used by the debugger. But I have never found the internal format of an .abs file documented anywhere.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:05:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137708#M4745</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-11-23T05:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: convert Srecord file to absolute</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137709#M4746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The reason that decoder.exe has such a lame output is that a S-record file is very dumb. All it basically knows is "these bytes go there", and doesn'r care, nor should it care, about what they are, code, or string, or jump tables, or...&lt;BR /&gt;&lt;BR /&gt;A relocatle assembler is going to concatenate all the .o files, THEN generate other things. All boundaries are usually lost.&lt;BR /&gt;&lt;BR /&gt;I don't know what you're trying to accomplish by reversing an S-file... but what's wrong with .lst and .map files, which have way more information?&lt;BR /&gt;&lt;BR /&gt;Al&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 05:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137709#M4746</guid>
      <dc:creator>Geezer</dc:creator>
      <dc:date>2006-11-23T05:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: convert Srecord file to absolute</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137710#M4747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;decode.c does a great job but the bad is it lists the s record line than the assoiciated lines of absolute. i guess not bad but better if it never listed the s record. anything download off the net that does this&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 08:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/convert-Srecord-file-to-absolute/m-p/137710#M4747</guid>
      <dc:creator>jah</dc:creator>
      <dc:date>2006-11-23T08:18:15Z</dc:date>
    </item>
  </channel>
</rss>

