MIPS32 disassembler on .NET Core
It accepts 32-bit hex number through stdin and then decodes it into MIPS32 instruction equivalent
This is a console app to disassemble hex instruction (it also shows short description, syntax and encoding).
Basic MIPS32 instructions that are described here.
Simply type this command in the root of this repo:
dotnet run --project Nmars