Age | Commit message (Expand) | Author |
---|---|---|
2025-04-11 | Add comments to parsing | bd |
2025-04-10 | Switch to allowing variables to be used as immediate fields | bd |
2025-04-10 | Allow all integers to be negative | bd |
2025-04-10 | Fix swapped destination + source in immediate i-type instructions | bd |
2025-04-10 | Add untested (but works on the single input file) code emission | bd |
2025-04-10 | Fix the rest of the initial parsing bugs, add high-level tests | bd |
2025-04-10 | Messy data section | bd |
2025-04-09 | Properly maintain a hashmap of labels, lots of minor code cleanups | bd |
2025-04-09 | Successfully parse every instruction type | bd |
2025-04-09 | Saving first part of large rewrite | bd |
2025-04-08 | Add parsing functionality for R-type expressions | bd |
2025-04-08 | Simplify lexer-error handling, skeletion parsing functions for types | bd |
2025-04-07 | Add label processing, mnemonic and label lookup maps | bd |