Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annimon/simplevm

Simple virtual machine
https://github.com/annimon/simplevm

demo disassembler java virtual-machine

Last synced: about 2 months ago
JSON representation

Simple virtual machine

Awesome Lists containing this project

README

        

# SimpleVM

Simple stack-based virtual machine with assembler and disassembler.

## Features

- ConstantPool (int, String)
- Fields
- Methods (with local variables)
- Native methods (calls java methods added to library)
- Call `public static` java methods via Reflection API
- Assembler
- Disassembler