CAR: added stack operations, call, ret, jmp and some other random stuff

This commit is contained in:
2026-07-18 19:28:11 -05:00
parent 5902eae153
commit 1f11242762
10 changed files with 294 additions and 20 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.o
*.helper
!.gitignore