| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split crunch_and_resolve_pending | Miquel Sabaté Solà | 2024-12-18 | 1 | -5/+21 |
| * | Remove unneeded Init and Parsing stage values | Miquel Sabaté Solà | 2024-12-18 | 1 | -7/+19 |
| * | Remove unneeded Ok call | Miquel Sabaté Solà | 2024-12-18 | 1 | -1/+1 |
| * | Prevent addresses which are out of bounds | Miquel Sabaté Solà | 2024-12-18 | 2 | -13/+41 |
| * | Remove From<std::io::Error> from errors | Miquel Sabaté Solà | 2024-12-18 | 1 | -30/+0 |
| * | header: Add fuzzy testing | Miquel Sabaté Solà | 2024-12-18 | 4 | -0/+98 |
| * | Add the readrom binary | Miquel Sabaté Solà | 2024-12-18 | 2 | -0/+341 |
| * | Update the README for open sourcing the project | Miquel Sabaté Solà | 2024-12-16 | 1 | -1/+1 |
| * | Fix the mapping of addresses on labels | Miquel Sabaté Solà | 2024-12-16 | 4 | -325/+864 |
| * | ci: Run a fuzzy test also for the assembler | Miquel Sabaté Solà | 2024-12-13 | 2 | -0/+17 |
| * | parser: Fix crash on non-ASCII char literals | Miquel Sabaté Solà | 2024-12-13 | 1 | -3/+3 |
| * | Be more informative on segment overflow errors | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+2 |
| * | nasm: Add a parameter for linker configuration | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+42 |
| * | Add support for character literals | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+76 |
| * | Re-work the handling of segments in the assembler | Miquel Sabaté Solà | 2024-12-12 | 5 | -18/+286 |
| * | Add support for anonymous labels | Miquel Sabaté Solà | 2024-12-12 | 4 | -30/+329 |
| * | Don't rely on the identifier for control identity | Miquel Sabaté Solà | 2024-12-12 | 5 | -81/+156 |
| * | Fix bug on multiple arguments for macros | Miquel Sabaté Solà | 2024-12-12 | 1 | -5/+69 |
| * | Initial support for branching | Miquel Sabaté Solà | 2024-12-12 | 3 | -7/+114 |
| * | Re-work the support on labels, variables and jumps | Miquel Sabaté Solà | 2024-12-12 | 6 | -90/+283 |
| * | Allow for relative jumps at the parser level | Miquel Sabaté Solà | 2024-12-12 | 1 | -20/+153 |
| * | Allow for .byte/.address statements | Miquel Sabaté Solà | 2024-12-12 | 2 | -30/+143 |
| * | Implement the hibyte/lobyte functions | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+60 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 11 | -2853/+2162 |
| * | ci: Add fuzzy testing to the parser | Miquel Sabaté Solà | 2024-12-12 | 5 | -2/+115 |
| * | Re-work the parser from scratch | Miquel Sabaté Solà | 2024-12-12 | 7 | -1622/+3275 |
| * | Add macros which can take arguments | Miquel Sabaté Solà | 2024-12-12 | 1 | -1/+46 |
| * | Add basic support for macros | Miquel Sabaté Solà | 2024-12-12 | 3 | -194/+254 |
| * | Add support for procedures | Miquel Sabaté Solà | 2024-12-12 | 4 | -15/+219 |
| * | Add support for branching | Miquel Sabaté Solà | 2024-12-12 | 5 | -75/+295 |
| * | Add the notion of mapping | Miquel Sabaté Solà | 2024-12-12 | 5 | -26/+190 |
| * | Initial commit | Miquel Sabaté Solà | 2024-12-12 | 7 | -0/+2734 |
