<?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>ASSUME declaration in an a.66 file</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/20328/assume-declaration-in-an-a-66-file</link><description> Hello ALL, 
 
if I defined in L166Locate- &amp;#181;Vision DPP USAGE NDATA DPP2(0xC000-0xE7FF) and in one of my a.66 file 
 
ASSUME DPP1 : NCONST 
ASSUME DPP2 : NDATA 
ASSUME DPP3 : SYSTEM 
 
?ND?Test section data word &amp;#39;NDATA&amp;#39; 
test DSW 1 
?ND?Test ENDS 
 
and</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: ASSUME declaration in an a.66 file</title><link>https://community.arm.com/thread/74187?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2006 08:43:30 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:8f4791fe-dd56-4c6c-80b6-d41c21ee1c67</guid><dc:creator>S V</dc:creator><description>&lt;p&gt;Thank you very much,&lt;br /&gt;
it was exactly what I missed...&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
A.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ASSUME declaration in an a.66 file</title><link>https://community.arm.com/thread/46381?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2006 16:31:47 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:87bdb836-f4c4-404c-a925-89ecabb9de45</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;Actually you need to define groups.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;
;------------------------------------------------------------------------------
; For correct access to NEAR DATA, CONST and CODE groups are required
;------------------------------------------------------------------------------
NCODE	CGROUP  ?PR?TEMPLATE  ; section ?PR?TEMPLATE is member of NCODE
NCONST  DGROUP  ?NC?TEMPLATE  ; section ?NC?TEMPLATE is member of NCONST
NDATA	DGROUP  ?ND?TEMPLATE  ; section ?ND?TEMPLATE is member of NDATA

ASSUME  DPP1 : NCONST         ; DPP1 addresses the NCONST group
ASSUME  DPP2 : NDATA          ; DPP2 addresses the NDATA  group
ASSUME  DPP3 : SYSTEM         ; DPP3 addresses the SYSTEM page
&lt;/pre&gt;
&lt;br /&gt;
Take a look to ..\C166\ASM\Template.A66&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>