<?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: Assembler / Disassembly Files in CodeWarrior for QorIQ</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213915#M4609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in the &lt;EM&gt;Power Architecture Build Tools Reference&lt;/EM&gt; manual, which has a slew of information on the command-line tools. (Caveat: This is referencing CodeWarrior for Power Architecture v8.8. If you are using Codewarrior for MPC55xx, there might be differences). This manual can be found in the CodeWarrior Help directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are looking for is the &lt;FONT face="courier new,courier"&gt;-show source&lt;/FONT&gt; option which would be part of the command line to the linker.&amp;nbsp; You can find this information in the mentioned manual, in the section on Command-Line for Power Architecture Processors, sub-section Library and Linking Command-Line Options. HTH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Sep 2009 20:20:56 GMT</pubDate>
    <dc:creator>J2MEJediMaster</dc:creator>
    <dc:date>2009-09-04T20:20:56Z</dc:date>
    <item>
      <title>Assembler / Disassembly Files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213911#M4605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as far as I know it is not possible to create assembler files but only disassembly files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: can I choose how detailed those files are? Because from the files I created I see no possibility to distinguish functions from interrupts if I did not miss anything. Because this is exactly what I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how this is possible? Because from the computer this computer is necessary as well, so it must exist somewhere, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated. Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 19:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213911#M4605</guid>
      <dc:creator>Germarmin</dc:creator>
      <dc:date>2009-09-03T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler / Disassembly Files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213912#M4606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would, of course, help matters if you mentioned what CPU you are targeting. &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For CodeWarrior for PPCs, go the the project's settings panel (type Alt-F7 to get there), then select the EPPC Disassembler settings panel. Check the Show Source Code option. Now when you disassemble a source file, you'll get a dump that contains the source code lines mixed with the assembly instructions generated for each source line. You can check some of the other options (such as Show Headers and Show Symbol Tables) to get even more information with the disassembly dump.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For CodeWarrior for ColdFire, go to the project's settings panel (type Alt-F7 as before) and select the ELF disassembler panel. Check the Show Source Code option, plus any others in that group to add as much detail as you need to the disassembly dump.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 20:15:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213912#M4606</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-09-03T20:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler / Disassembly Files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213913#M4607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry :smileyhappy: I'm targeting the MPC565 and MPC5554.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't use the CodeWarrior GUI but only the compiler itself and start it from my makefile within Eclipse. So it would be easier if I could achieve this by using compiler options.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what you wrote about the mixture of&amp;nbsp; source code and assembly instructions sounds quite good. I'll have a look at that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 21:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213913#M4607</guid>
      <dc:creator>Germarmin</dc:creator>
      <dc:date>2009-09-03T21:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler / Disassembly Files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213914#M4608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Tom,&lt;BR /&gt;&lt;BR /&gt;thanks again for your hint, I tried this and it probably is the solution for my problem. But I'm still looking for the command line option to achieve this with my make file. Because otherwise it would be too complicated and too much work.&lt;BR /&gt;&lt;BR /&gt;You don't know if and how I can do this?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Armin&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 18:00:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213914#M4608</guid>
      <dc:creator>Germarmin</dc:creator>
      <dc:date>2009-09-04T18:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler / Disassembly Files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213915#M4609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in the &lt;EM&gt;Power Architecture Build Tools Reference&lt;/EM&gt; manual, which has a slew of information on the command-line tools. (Caveat: This is referencing CodeWarrior for Power Architecture v8.8. If you are using Codewarrior for MPC55xx, there might be differences). This manual can be found in the CodeWarrior Help directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are looking for is the &lt;FONT face="courier new,courier"&gt;-show source&lt;/FONT&gt; option which would be part of the command line to the linker.&amp;nbsp; You can find this information in the mentioned manual, in the section on Command-Line for Power Architecture Processors, sub-section Library and Linking Command-Line Options. HTH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 20:20:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213915#M4609</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-09-04T20:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler / Disassembly Files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213916#M4610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks Tom,&lt;BR /&gt;&lt;BR /&gt;this really was exactly what I was looking for.&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 20:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/Assembler-Disassembly-Files/m-p/213916#M4610</guid>
      <dc:creator>Germarmin</dc:creator>
      <dc:date>2009-09-04T20:31:32Z</dc:date>
    </item>
  </channel>
</rss>

