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
1962aabdf5d5aa69e52afdeead360ccb4c0c9a49
avm
/
src
History
Aryadev Chavali
1962aabdf5
Added OP_PLUS_*
...
Takes two operands from the stack then pushes their sum.
2023-10-22 22:00:44 +01:00
..
base.h
Functions which convert (h)words to and from bytes
2023-10-22 20:23:23 +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
Added OP_PLUS_*
2023-10-22 22:00:44 +01:00
inst.h
Added OP_PLUS_*
2023-10-22 22:00:44 +01:00
main.c
Simple program which assembles instructions then executes them
2023-10-22 19:33:44 +01:00
runtime.c
Added runtime errors to virtual machine
2023-10-22 21:45:38 +01:00
runtime.h
Added runtime errors to virtual machine
2023-10-22 21:45:38 +01:00