<?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>A51 code bank</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/28172/a51-code-bank</link><description> 
hi, 

 
I write 51 assemble to achieve my work, but my code exceed 64K, so
I need to use 4 banks, I use Keilc A51 to assemble my code. I have
read some examples written by C, so I use the same config in the
KeilC to debug my code, but in link process</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: A51 code bank</title><link>https://community.arm.com/thread/60313?ContentTypeID=1</link><pubDate>Mon, 30 Jan 2012 23:44:16 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:22fbd208-a52d-4cdb-94ef-3f95cda4f49a</guid><dc:creator>jun he</dc:creator><description>&lt;p&gt;&lt;p&gt;
I have found how to write assemble with several banks. You should
use &amp;quot;?PR?xxx segment code&amp;quot; to define code space, and use RESG to
start code space. Example shows below:&lt;/p&gt;

&lt;p&gt;
?PR?BANK1 segment code RESG ?PR?BANK1 XXX XXX ...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>