add mips assembly to rtfmbot
Kreijstal opened this issue · 1 comments
Kreijstal commented
Hi, we're learning MIPS on our university, and I know that tio.run can run mips, would it be possible to add it to RTFM? thank you.
Unactived commented
You are already able to use any language you can use on tio.run. The language name you have to use is the name of the anchor (after the #) in its url. For MIPS, the URL is https://tio.run/#spim, thus you have to use spim. (It's SPIM, the MIPS simulator).
