| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nasm: Remove the option to disassemble a file | Miquel Sabaté Solà | 2024-12-18 | 1 | -37/+13 |
| * | Improve documentation on nasm | Miquel Sabaté Solà | 2024-12-18 | 1 | -5/+22 |
| * | github: Add issue/PR templates | Miquel Sabaté Solà | 2024-12-18 | 2 | -0/+29 |
| * | 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 | 5 | -0/+119 |
| * | Add the readrom binary | Miquel Sabaté Solà | 2024-12-18 | 8 | -2/+431 |
| * | Update the README for open sourcing the project | Miquel Sabaté Solà | 2024-12-16 | 4 | -3/+25 |
| * | Fix the mapping of addresses on labels | Miquel Sabaté Solà | 2024-12-16 | 5 | -328/+867 |
| * | ci: Run a fuzzy test also for the assembler | Miquel Sabaté Solà | 2024-12-13 | 3 | -2/+40 |
| * | 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 | 2 | -2/+64 |
| * | 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 | 8 | -103/+182 |
| * | 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 |
| * | ci: Pick the proper stable version | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+5 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 15 | -2911/+2252 |
| * | ci: Add fuzzy testing to the parser | Miquel Sabaté Solà | 2024-12-12 | 6 | -3/+121 |
| * | ci: Enable Github Actions for the project | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+22 |
| * | Re-work the parser from scratch | Miquel Sabaté Solà | 2024-12-12 | 8 | -1638/+3284 |
| * | 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 | 5 | -24/+221 |
| * | Add support for branching | Miquel Sabaté Solà | 2024-12-12 | 6 | -77/+297 |
| * | Add the notion of mapping | Miquel Sabaté Solà | 2024-12-12 | 14 | -27/+236 |
| * | Initial commit | Miquel Sabaté Solà | 2024-12-12 | 18 | -0/+3790 |
