04-18-2015, 07:00 AM
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.
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.