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
44f8c81efeabb4576be427e7d53e982848cb5be9
avm
/
src
History
Aryadev Chavali
44f8c81efe
Added opcode_as_cstr, opcode_type_as_cstr and inst_print
...
Pretty self explanatory, helps with logging.
2023-10-16 12:55:15 +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
MOV now uses the stack, removed register member in inst_t
2023-10-16 01:05:42 +01:00
runtime.h
MOV now uses the stack, removed register member in inst_t
2023-10-16 01:05:42 +01:00