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
d5d10480fad1711dd69467eff4dff4cba71954f8
ovm
/
src
History
Aryadev Chavali
d5d10480fa
Simple program which assembles instructions then executes them
2023-10-22 19:33:44 +01:00
..
base.h
Added flag in base.h, VERBOSE
2023-10-22 18:07:41 +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
inst.c
Changed format of inst_print
2023-10-22 18:02:05 +01:00
inst.h
Added macros for NOOP and HALT
2023-10-22 18:02:30 +01:00
main.c
Simple program which assembles instructions then executes them
2023-10-22 19:33:44 +01:00
runtime.c
Fix bug where accessing byte/hword registers > 8 wouldn't work
2023-10-22 19:28:45 +01:00
runtime.h
Store the result of OP_POP in the last register as a word
2023-10-22 17:34:30 +01:00