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 would like to open a new project under DS-5. I want it to have the following code:
int main() {
int a = 7;
int b = 3;
for (int i=0; i < a*b; i++)
a = b+i;
if (b<a)
return b;
return a;
}
I am working on windows 7 and currently using ARM DS-5 5.18.0, Is there any other simulator I can use ?
Thanks
You will need DS-5 Ultimate Edition. You can request an evaluation version from the website.
Amongst other things therein are simple examples you can run on the ARMv8-A simulation (FVP) provided.
You may also find this blog useful.