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
c9b23b7b241fa4cb3aab1ca4436193c943ba46e9
avm
/
src
History
Aryadev Chavali
c9b23b7b24
Implemented vm routines for OP_AND_*
2023-10-21 23:55:29 +01:00
..
base.h
Switched from floats to halfword
2023-10-21 22:57:43 +01:00
darr.c
Helper darr functions to read/write bytes from FILE *
2023-10-21 23:23:13 +01:00
darr.h
Helper darr functions to read/write bytes from FILE *
2023-10-21 23:23:13 +01:00
inst.c
Implemented opcode_as_cstr for NOT,OR,AND,XOR,EQ
2023-10-21 23:54:35 +01:00
inst.h
Introduced opcodes for NOT, OR, AND, XOR and EQ
2023-10-21 23:42:07 +01:00
main.c
Added vm_execute_all which executes an entire program
2023-10-21 23:31:48 +01:00
runtime.c
Implemented vm routines for OP_AND_*
2023-10-21 23:55:29 +01:00
runtime.h
Implemented vm routines for OP_AND_*
2023-10-21 23:55:29 +01:00