Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 753 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 753 Bytes

NMARS

forthebadge forthebadge
MIPS32 disassembler on .NET Core
It accepts 32-bit hex number through stdin and then decodes it into MIPS32 instruction equivalent

What's this?

This is a console app to disassemble hex instruction (it also shows short description, syntax and encoding).
Screenshot

Supported instructions

Basic MIPS32 instructions that are described here.

How to run it?

Simply type this command in the root of this repo:

dotnet run --project Nmars