This website requires JavaScript.
Explore
Help
Sign In
oreodave
/
avm
Archived
Watch
1
Star
0
Fork
0
You've already forked avm
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
5eb7b6f431aa821684c7208d9a42779ba7002bec
avm
/
src
History
Aryadev Chavali
5eb7b6f431
Fix bug where FILE is closed when passing to darr_(write|read)
2023-10-22 18:07:41 +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
Added vm_execute_all which executes an entire program
2023-10-21 23:31:48 +01:00
runtime.c
Store the result of OP_POP in the last register as a word
2023-10-22 17:34:30 +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