Reputation: 67
I just downloaded MARS to write in assembly and something weird is happening. When I try to run my file instead of running the file that I just coded it opens another random asm file from my computer and tries to run that one instead. Have anyone saw that before?
Thank you
Upvotes: 0
Views: 853
Reputation: 31
One of my students just experienced this. There was a Setting "Assemble all files in Directory" that was checked. Uncheck that and it will only assemble the file you have open.
Upvotes: 1
Reputation: 67
I found the problem. My MARS program was saved in my Desktop and I had some asm files there. So for some reason that I am not sure about it, when I created a new code and run it would select one of those files in my desktop and run those instead. But then when I moved my MARS program to a separate folder where it was by itself, my new asm code ran fine.
Upvotes: 1