Unactived/RTFMbot

add mips assembly to rtfmbot

Kreijstal opened this issue · 1 comments

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.

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).

Example: (used mips for the syntax coloration)
image