<?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>How to include assembler include file in c source file?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/25206/how-to-include-assembler-include-file-in-c-source-file</link><description> 
I have an assembly include file (.inc) which contains a macro. Is
there a way to include this file in C source file? 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: How to include assembler include file in c source file?</title><link>https://community.arm.com/thread/56103?ContentTypeID=1</link><pubDate>Mon, 18 May 2009 06:05:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:747aac66-5788-4896-a341-5522f0c6b816</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
#include will accept any file name, and will include any file.&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;But,&lt;/b&gt; Unless the assembler macro is written entirely in &amp;#39;C&amp;#39;,
there will be no point in doing it!&lt;/p&gt;

&lt;p&gt;
Conversely, Keil&amp;#39;s A51 assembler can accept &amp;#39;C&amp;#39; headers - see the
A51 &lt;b&gt;Manual&lt;/b&gt; for details &amp;amp; limitations...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>