Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-01 | Added MALLOC_STACK and SUB to instruction-test example | Aryadev Chavali | |
2023-11-01 | Updated instruction-test example file for new memory management instructions | Aryadev Chavali | |
2023-10-31 | Changed asm/parser instruction push-reg->push.reg | Aryadev Chavali | |
2023-10-29 | Added some examples to instruction-test for positive/negative literals | Aryadev Chavali | |
Use the push.* instructions to see this. | |||
2023-10-29 | Introduced an example source file for all instructions | Aryadev Chavali | |
Provides calling conventions, ensures parser and lexer are working correctly. Will be updated as more instructions are introduced and supported in the assembler. |