This website requires JavaScript.
Explore
Help
Sign In
oreodave
/
ovm
Archived
Watch
1
Star
0
Fork
0
You've already forked ovm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-11-10
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
114fb829905cce1e1f63ff1fee6fdbe11bb72715
ovm
/
vm
History
Aryadev Chavali
114fb82990
Removed instruction OP_JUMP_REGISTER
...
Not necessary when you can just push the relevant word onto the stack then just do OP_JUMP_STACK.
2023-11-02 20:41:36 +00:00
..
main.c
VM runtime now maintains a heap internally
2023-11-01 20:08:40 +00:00
runtime.c
Removed instruction OP_JUMP_REGISTER
2023-11-02 20:41:36 +00:00
runtime.h
Implemented OP_MALLOC_STACK and OP_SUB in the runtime
2023-11-01 22:56:24 +00:00