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
ae7f0efc858510034dddee5bd1a02a6ec3788c32
aal
/
src
History
Aryadev Chavali
ae7f0efc85
Implemented vm routines for OP_NOT_*
2023-10-21 23:54:59 +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_NOT_*
2023-10-21 23:54:59 +01:00
runtime.h
Implemented vm routines for OP_NOT_*
2023-10-21 23:54:59 +01:00