Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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