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
/
lib
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
..
base.c
Moved base functions from inst.c to dedicated file
2023-10-26 10:19:10 +01:00
base.h
Small fixes
2023-11-02 20:35:47 +00:00
darr.c
Set any new data allocated to 0 for clarity
2023-11-01 17:25:33 +00:00
darr.h
Added lib folder for general stuff, introduced as target to Makefile
2023-10-23 04:25:48 +01:00
heap.c
heap_free_page returns true if page was successfully deleted
2023-11-01 21:13:00 +00:00
heap.h
heap_free_page returns true if page was successfully deleted
2023-11-01 21:13:00 +00:00
inst.c
Removed instruction OP_JUMP_REGISTER
2023-11-02 20:41:36 +00:00
inst.h
Removed instruction OP_JUMP_REGISTER
2023-11-02 20:41:36 +00:00