Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Change instruction names to match updated Bedrock specificationv2.0.0 | Ben Bridle | 2024-01-20 |
* | Change op-codes for JMP and JCN instructions | Ben Bridle | 2023-12-19 |
* | Implement null-terminated strings | Ben Bridle | 2023-11-26 |
* | Tidy up code and comments | Ben Bridle | 2023-11-26 |
* | Implement name-spaced macros | Ben Bridle | 2023-11-26 |
* | Change operation mnemonics to reflect spec changes | Ben Bridle | 2023-11-26 |
* | Implement string literals | Ben Bridle | 2023-11-26 |
* | Added detection of cyclic macro references, and made assembler binary usable | Ben Bridle | 2023-05-08 |
* | About to refactor parser to be a struct with a method for each stage | Ben Bridle | 2023-05-06 |