Reputation: 2529
What's the difference between .s and .asm in the MIPS architecture?
Upvotes: 3
Views: 6672
Reputation: 8429
There is no innate difference between .s and .asm
If you want you can name the text file with .s and the hex file .asm but this would only be so that you could keep them straight.
Upvotes: 3