We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am a student and am teaching myself ARM. When armds compile assembly language, the system always prompts an error. But what is certain is that there are no errors in the code, because it was written by Al.
Hi
My name is Stephen and I work at Arm.
Thanks for your interest in Arm Development Studio.
For which processor/architecture are you compiling the code?If for Cortex-A53 (Armv8-A), then the registers are named Xn and Wn, not Rn.So your instructions should look like, e.g.
mov X0, #1
To get started with Arm and Arm DS, please see the Examples provided.
You can import the examples into your workspace with:
Hope this helps
Stephen