..:: PCSX2 Forums ::..

Full Version: Mips Assembler Class VB.NET
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Github

Using MipsSyntax, we can assemble mips operations into it's binary/hexidecimal forms.

Using MipsRegisters we can determine information about a register.

Using MipsOperations we can determine information about an operation.
------------------------------------------------------------------------------------------

The documentation sucks at the moment, However I will be adding more documentation soon.

Syntax.xml - Language definition file.
Operations.xml - Operations definition file.
Registers.xml - Register definition file.

These files can be edited to add support for more commands/registers/and syntax.