MIPS Assembly Language
What's the difference between .s and .asm in the 开发者_如何学GoMIPS architecture?
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.
精彩评论