<?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: mpc5554  c code to assembly code help in CodeWarrior for QorIQ</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180445#M3218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can let CodeWarrior disassemble the generated code.&lt;/DIV&gt;&lt;DIV&gt;This is done in the following way:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open your project in CodeWarrior&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open the Target settings dialog (press ALT + F7)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Switch to the "EPPC Disassembler" panel&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Check "Show Source Code" check box.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Click OK to close the dialog.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open the C source file, where you have the instruction in an edit window&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Click with the right mouse button in the edit window&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Select Disassemble. A new window is opened showing disassembly listing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Scroll down until you see source code for your function and check the code&lt;/DIV&gt;&lt;DIV&gt;generated by the compiler here.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 18:31:17 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2008-08-18T18:31:17Z</dc:date>
    <item>
      <title>mpc5554  c code to assembly code help</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180444#M3217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i&amp;nbsp; need to&amp;nbsp; translate the following c code&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;SIU.PCR[189].R=0X0100;&lt;/DIV&gt;&lt;DIV&gt;into&amp;nbsp; assembly code,i do not&amp;nbsp; how to do it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;the code is for mpc5554.can you help me? thanks.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 16:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180444#M3217</guid>
      <dc:creator>juzi</dc:creator>
      <dc:date>2008-08-18T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: mpc5554  c code to assembly code help</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180445#M3218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can let CodeWarrior disassemble the generated code.&lt;/DIV&gt;&lt;DIV&gt;This is done in the following way:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open your project in CodeWarrior&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open the Target settings dialog (press ALT + F7)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Switch to the "EPPC Disassembler" panel&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Check "Show Source Code" check box.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Click OK to close the dialog.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open the C source file, where you have the instruction in an edit window&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Click with the right mouse button in the edit window&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Select Disassemble. A new window is opened showing disassembly listing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Scroll down until you see source code for your function and check the code&lt;/DIV&gt;&lt;DIV&gt;generated by the compiler here.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 18:31:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180445#M3218</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-08-18T18:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: mpc5554  c code to assembly code help</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180446#M3219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;directly write the memory address&lt;/DIV&gt;&lt;DIV&gt;like this:not real code&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;lwz&amp;nbsp; r13,0X0100&lt;/DIV&gt;&lt;DIV&gt;lwz&amp;nbsp; r14,adress_of_SIU.PCR[189].R&lt;/DIV&gt;&lt;DIV&gt;stw&amp;nbsp; r13,0(r14)&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-QorIQ/mpc5554-c-code-to-assembly-code-help/m-p/180446#M3219</guid>
      <dc:creator>lptttt</dc:creator>
      <dc:date>2008-09-25T16:14:02Z</dc:date>
    </item>
  </channel>
</rss>

