<?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>STARTUP.A51 LJMP $C_START problem</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/39098/startup-a51-ljmp-c_start-problem</link><description> 
In STARTUP.A51 

 
 MOV SP,#?STACK-1
 LJMP ?C_START
 

 
It compile to 
MAIN.HEX 

 
@0x0400
 MOV SP(0x81),#0x20
 LJMP C:0441
 LJMP main(C:0100)
@0x0440
 SJMP C:03D2
 

 
Why it jump into the middle of a instruction ? 
 </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: STARTUP.A51 LJMP $C_START problem</title><link>https://community.arm.com/thread/59022?ContentTypeID=1</link><pubDate>Thu, 30 Dec 2010 05:34:25 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:4eb62195-147f-4ad1-a2b8-79b36fe75aae</guid><dc:creator>ashley madison</dc:creator><description>&lt;p&gt;&lt;p&gt;
Why did you start disassembly @0x0440 instead of the address
jumped to (0x0441)?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>