<?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>Variables in Assembler</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/37809/variables-in-assembler</link><description> 
I see that variables can be defined in assembler in ARM by
using 

 
 I.ARM.__AT_&amp;lt;ADDR&amp;gt; I 
 

 
for example:- 

 
 AREA I.ARM.__AT_0XFFE0 I, CODE READONLY 
 

 
But what if I want to define a list of variables? Is there an ARM
assembler equivalent to</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Variables in Assembler</title><link>https://community.arm.com/thread/49860?ContentTypeID=1</link><pubDate>Wed, 07 May 2008 23:03:54 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e61a2afc-641c-4fda-996f-ea88df8a2b20</guid><dc:creator>Catcus Blip</dc:creator><description>&lt;p&gt;&lt;p&gt;
depending on your assembler, you can try here:&lt;br /&gt;
&lt;a href="http://www.arm.com/documentation/Software_Development_Tools/"&gt;www.arm.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>