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

darkcodi/nmars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages