Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
[ loading the pc register ]
Jump...
Cancel
Locked
Locked
Replies
7 replies
Subscribers
119 subscribers
Views
5068 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
[ loading the pc register ]
texane texane
over 12 years ago
Parents
Martin Weidmann
over 12 years ago
Note: This was originally posted on 15th July 2009 at
http://forums.arm.com
I am not familiar with the GNU assembler syntax as I use the ARM tools. However, based on the ARM syntax it looks what you are doing is getting the address of the label. Have you tried:
.extern main
ldr pc, =main
Cancel
Vote up
0
Vote down
Cancel
Reply
Martin Weidmann
over 12 years ago
Note: This was originally posted on 15th July 2009 at
http://forums.arm.com
I am not familiar with the GNU assembler syntax as I use the ARM tools. However, based on the ARM syntax it looks what you are doing is getting the address of the label. Have you tried:
.extern main
ldr pc, =main
Cancel
Vote up
0
Vote down
Cancel
Children
No data