AREA demo9,CODE,READONLYSTART LDR R0,=0xABCDDCBAhere B here END
while compling the code in C51 keil i am getting
Running with Code Size Limit: 2KLoad "C:\\demo9\\Objects\\demo9" _____^*** error 56: can't open file AND
Running with Code Size Limit: 2KLoad "C:\\demo9\\Objects\\demo9" _____^*** error 56: can't open file Please suggest
i HAVE USED C51V961.EXE
How exactly did you expect an 8051 tool chain to handle ARM assembly source code?
then Could you please tell me which one should I Use I am kind new to this thing .
then Could you please tell me which one should I Use I am kind new to this thing . If remove
AREA demo9,CODE,READONLYSTART
My code is woreking. Do I need to do something
You can access the Arm tools, and get a free (for non-commercial use) license here:https://developer.arm.com/Tools%20and%20Software/Keil%20MDK#Editions
Regards, Ronan
Thank you for the link sir, you made my day. I was tired of searching for a free license online for non commercial use.