For my homework, I had to write a MIPS program. I’m on windows/intel machine and used notepad++ to write it, which doesn’t have the functionality to save the file using a .s extension. Is there any way to save the file as a .s using windows?
Share
On the Save As dialog, switch the “Save as type:” drop-down from “Text Documents (*.txt)” to “All Documents (*.*)” and type the full name of your file (e.g. “myfile.s”).