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
9496da9d93234ea0e48e54bd6760bf3118063826
ovm
/
src
History
Aryadev Chavali
9496da9d93
Added and implemented OP_JUMP_IF_*
...
Performs a jump when the (BYTE|HWORD|WORD) at the top of the stack is non zero.
2023-10-23 01:45:54 +01:00
..
base.h
Moved macros to extract nth (byte|hword) from a word to base.h
2023-10-23 00:53:44 +01:00
darr.c
Fix bug where FILE is closed when passing to darr_(write|read)
2023-10-22 18:07:41 +01:00
darr.h
Helper darr functions to read/write bytes from FILE *
2023-10-21 23:23:13 +01:00
fib.c
Added an example program fib.c
2023-10-23 00:45:23 +01:00
inst.c
Added and implemented OP_JUMP_IF_*
2023-10-23 01:45:54 +01:00
inst.h
Added and implemented OP_JUMP_IF_*
2023-10-23 01:45:54 +01:00
main.c
Rearrange what is printed in vm_print_all
2023-10-23 00:49:59 +01:00
runtime.c
Added and implemented OP_JUMP_IF_*
2023-10-23 01:45:54 +01:00
runtime.h
Extracted code that performs a jump into its own routine
2023-10-23 01:45:18 +01:00