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: 7 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T04:47:40.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T18:18:16.147Z (over 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
- AwesomeInterpreter - BytecodeInterpreter