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
bc0e0fce252630110d6b0d18e55aac129b3d6d35
aal
/
src
History
Aryadev Chavali
bc0e0fce25
Fixed bug in vm_execute_all, if no OP_HALT then program kept going
...
This adds a bound on vm_execute_all to stop program->ptr from going past program->max.
2023-10-22 20:30:17 +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
Added NUMBER_OF_OPCODES which aids in compilation errors
2023-10-22 20:28:10 +01:00
inst.h
Added NUMBER_OF_OPCODES which aids in compilation errors
2023-10-22 20:28:10 +01:00
main.c
Simple program which assembles instructions then executes them
2023-10-22 19:33:44 +01:00
runtime.c
Fixed bug in vm_execute_all, if no OP_HALT then program kept going
2023-10-22 20:30:17 +01:00
runtime.h
Implemented vm_* routines for OP_DUP and vm_execute code
2023-10-22 20:30:05 +01:00