Paxsma / ISCreator

Create and represent instruction sets in code easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

About

Create and represent instruction sets in code easily.

License:MIT License


Languages

Language:C++ 100.0%