This website requires JavaScript.
Explore
Help
Sign In
oreodave
/
aal
Archived
Public Access
Watch
1
Star
0
Fork
0
You've already forked aal
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
789016a3439781eca20f3fca47e62dd8f2d2ea7b
aal
/
src
History
Aryadev Chavali
789016a343
Fix bug where negative opcodes lead to invalid bytecode parsing
2023-10-22 21:47:32 +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
Fix bug where negative opcodes lead to invalid bytecode parsing
2023-10-22 21:47:32 +01:00
inst.h
Added and implemented OP_JUMP_(STACK|REGISTER)
2023-10-22 20:57:29 +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