p20xx
p20xx

Reputation: 67

MARS simulator not working keeps opening a different file

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

Answers (2)

AApplin
AApplin

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

p20xx
p20xx

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

Related Questions