elucent / jasmine

Lightweight library for dynamically generating and executing machine code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jasmine

Jasmine is a relatively lightweight, open-source library for generating and executing machine code at runtime. This README serves as a guide and source of documentation for Jasmine's capabilities.

Table of Contents

  • Jasmine Objects
    • Overview
    • Object Contents
    • File Format
    • Using Jasmine Objects
  • x86_64 Support
    • Assembler Interface
    • Parameters
    • Supported Instructions

Jasmine Objects

// todo: write documentation

x86_64 Support

// todo: write documentation

About

Lightweight library for dynamically generating and executing machine code.


Languages

Language:C++ 98.3%Language:Makefile 1.0%Language:C 0.8%