<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Question about listing file.</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/23068/question-about-listing-file</link><description> 
How I can include in my listing file assembler code of libraries
instruction e.g. _putchar. There is only string &amp;quot;ACALL _putchar&amp;quot;
inside of file main.lst. In disassembly window I can see this
assembler instructions. 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Question about listing file.</title><link>https://community.arm.com/thread/76805?ContentTypeID=1</link><pubDate>Tue, 21 Oct 2008 11:18:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:4d87df51-6533-48a8-af5e-2c9dcc3d4c8e</guid><dc:creator>Andrey Chub</dc:creator><description>&lt;p&gt;&lt;p&gt;
Thank you mr. Broeker.&lt;br /&gt;
Best regards, Andrey.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question about listing file.</title><link>https://community.arm.com/thread/52690?ContentTypeID=1</link><pubDate>Tue, 21 Oct 2008 11:09:13 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:2a6d5a4a-71bf-4545-b310-2a518af4bc36</guid><dc:creator>HansBernhard Broeker</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;How I can include in my listing file assembler code of
libraries instruction e.g. _putchar.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
You can&amp;#39;t, as long as you&amp;#39;re not compiling those library functions
yourself. The library, besides being Keil&amp;#39;s intellectual property, is
generally &amp;quot;no user-serviceable parts inside&amp;quot; territory.&lt;/p&gt;

&lt;p&gt;
_putchar and some others are special in that you&amp;#39;re encouraged to
write your own replacement. If and only if you do that, you&amp;#39;ll get a
listing.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>