/ISCreator

Create and represent instruction sets in code easily.

Primary LanguageC++MIT LicenseMIT

ISCreator

Description

Instruction set creator is a simple tool that can be used to make instruction sets for various architectures. The features basic but allows you to organize, save, and generate code based on that architecture. If an obscure architecture needs to be documented this tool will help with that.

Usage

Example usage can be at ISCreator/example.cpp

Code Generation

You can use it to generate code but it currently supports:

  • C++
  • C

Prerequisite

  • RapidJson for C++