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
266b4e4572be015dca986b423896ec6fa14b4318
avm
/
src
History
Aryadev Chavali
266b4e4572
Implemented vm_print_* routines
...
Prints each aspect of the vm, and vm_print_all does it all.
2023-10-16 12:55:19 +01:00
..
base.h
Added functionality to read and write instruction bytecode
2023-10-16 01:18:05 +01:00
darr.c
Implemented a dynamically sized byte array
2023-10-15 21:50:31 +01:00
darr.h
Implemented a dynamically sized byte array
2023-10-15 21:50:31 +01:00
inst.c
Added opcode_as_cstr, opcode_type_as_cstr and inst_print
2023-10-16 12:55:15 +01:00
inst.h
Added opcode_as_cstr, opcode_type_as_cstr and inst_print
2023-10-16 12:55:15 +01:00
main.c
Added helper functions to read and write bytes from files
2023-10-16 12:03:42 +01:00
runtime.c
Implemented vm_print_* routines
2023-10-16 12:55:19 +01:00
runtime.h
Implemented vm_print_* routines
2023-10-16 12:55:19 +01:00