I am using yagarto's arm-none-eabi to compile the assembly code, but it gives the message
Error: bad instruction `a DCD 1,2,3'
When I am using the DCD instruction
Is it not legal to use? If not, how could I reserve memory spaces for data in ARM?
Thanks