Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjhoward18/BytecodeInterpreter
This project is a stack-based bytecode interpreter (or virtual machine) for a simple instruction set. Instead of using registers like a register-based bytecode interpreter, a stack-based interpreter pushes temporary values onto an operand stack.
https://github.com/cjhoward18/BytecodeInterpreter
Last synced: 2 months ago
JSON representation
This project is a stack-based bytecode interpreter (or virtual machine) for a simple instruction set. Instead of using registers like a register-based bytecode interpreter, a stack-based interpreter pushes temporary values onto an operand stack.
- Host: GitHub
- URL: https://github.com/cjhoward18/BytecodeInterpreter
- Owner: cjhoward18
- Created: 2016-12-12T04:46:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T04:47:40.000Z (about 8 years ago)
- Last Synced: 2024-04-24T16:41:33.355Z (9 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
- AwesomeInterpreter - BytecodeInterpreter