Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/annimon/simplevm
- Owner: aNNiMON
- Created: 2015-02-14T17:09:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T16:10:21.000Z (almost 10 years ago)
- Last Synced: 2024-05-21T07:01:43.102Z (8 months ago)
- Topics: demo, disassembler, java, virtual-machine
- Language: Java
- Size: 230 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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