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
bc3f12909380bd7a6f2d6dc76691ec8439b88388
avm
/
asm
History
Aryadev Chavali
114fb82990
Removed instruction OP_JUMP_REGISTER
...
Not necessary when you can just push the relevant word onto the stack then just do OP_JUMP_STACK.
2023-11-02 20:41:36 +00:00
..
lexer.c
Removed instruction OP_JUMP_REGISTER
2023-11-02 20:41:36 +00:00
lexer.h
Started work on preprocessing jump addresses
2023-11-02 20:31:22 +00:00
main.c
Clearer VERBOSE messages
2023-11-01 15:22:47 +00:00
parser.c
Removed instruction OP_JUMP_REGISTER
2023-11-02 20:41:36 +00:00
parser.h
Created a preprocessing unit presult_t and a function to process them
2023-11-02 20:31:55 +00:00