| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement the .include statement | Miquel Sabaté Solà | 2025-01-09 | 10 | -286/+660 |
| * | Restrict literal characters further | Miquel Sabaté Solà | 2025-01-09 | 1 | -2/+25 |
| * | Prevent numeric literals from having spaces | Miquel Sabaté Solà | 2025-01-09 | 1 | -4/+25 |
| * | Reset the literal mode on assignments | Miquel Sabaté Solà | 2025-01-08 | 1 | -0/+15 |
| * | Try absolute addressing on bad zeropage addressing | Miquel Sabaté Solà | 2025-01-08 | 1 | -0/+31 |
| * | Add the .repeat control statement | Miquel Sabaté Solà | 2025-01-07 | 7 | -56/+472 |
| * | Store a reference for macros instead of an index | Miquel Sabaté Solà | 2025-01-07 | 3 | -868/+696 |
| * | parser: Move out the parsing of control statements | Miquel Sabaté Solà | 2025-01-05 | 1 | -50/+63 |
| * | Implement block bodies inside of the assembler | Miquel Sabaté Solà | 2025-01-05 | 4 | -194/+214 |
| * | parser: Implement block bodies | Miquel Sabaté Solà | 2025-01-04 | 3 | -109/+321 |
| * | Add a test on jumps and labels inside of procs | Miquel Sabaté Solà | 2024-12-24 | 1 | -2/+61 |
| * | Fix usage of labels inside of macros | Miquel Sabaté Solà | 2024-12-24 | 2 | -35/+84 |
| * | Forbid creating named labels inside of macros | Miquel Sabaté Solà | 2024-12-24 | 1 | -0/+37 |
| * | Prevent missplaced start for procs and scopes | Miquel Sabaté Solà | 2024-12-23 | 2 | -4/+86 |
| * | Prevent early .end statements | Miquel Sabaté Solà | 2024-12-23 | 2 | -3/+99 |
| * | Make more explicit segment/macros are only global | Miquel Sabaté Solà | 2024-12-23 | 2 | -22/+69 |
| * | nasm: Allow file paths for the configuration | Miquel Sabaté Solà | 2024-12-22 | 1 | -9/+17 |
| * | Transform mapping configurations into toml files | Miquel Sabaté Solà | 2024-12-22 | 9 | -377/+489 |
| * | Add support for UxROM chips | Miquel Sabaté Solà | 2024-12-20 | 1 | -2/+161 |
| * | Prevent a division by zero | Miquel Sabaté Solà | 2024-12-20 | 1 | -0/+51 |
| * | Only shrink the addressing on resolved bundles | Miquel Sabaté Solà | 2024-12-20 | 1 | -3/+35 |
| * | Shrink some absolute instructions by one byte | Miquel Sabaté Solà | 2024-12-20 | 1 | -5/+27 |
| * | Improve the format of error messages | Miquel Sabaté Solà | 2024-12-20 | 2 | -71/+80 |
| * | Add support for warnings | Miquel Sabaté Solà | 2024-12-20 | 1 | -14/+41 |
| * | Expect macros to overwrite parameter values | Miquel Sabaté Solà | 2024-12-20 | 1 | -32/+8 |
| * | Find variable values on parent scopes | Miquel Sabaté Solà | 2024-12-20 | 2 | -12/+99 |
| * | assembler: Implement and add tests for operators | Miquel Sabaté Solà | 2024-12-19 | 2 | -6/+228 |
| * | parser: Add support for operators | Miquel Sabaté Solà | 2024-12-19 | 2 | -12/+217 |
| * | Export documentation on PString::to_isize | Miquel Sabaté Solà | 2024-12-19 | 1 | -3/+3 |
| * | parser: Allow for parenthesized expressions | Miquel Sabaté Solà | 2024-12-19 | 1 | -0/+43 |
| * | Implement the .incbin control statement | Miquel Sabaté Solà | 2024-12-19 | 4 | -4/+141 |
| * | Merge code handling for procs and labels | Miquel Sabaté Solà | 2024-12-18 | 1 | -55/+75 |
| * | Reset literal mode on pending nodes | Miquel Sabaté Solà | 2024-12-18 | 1 | -3/+5 |
| * | Add support for jumping into .proc's | Miquel Sabaté Solà | 2024-12-18 | 2 | -7/+67 |
| * | Fix label references on control statements | Miquel Sabaté Solà | 2024-12-18 | 1 | -1/+47 |
| * | Rename xixanta's fuzz targets | Miquel Sabaté Solà | 2024-12-18 | 3 | -4/+4 |
| * | Prevent a crash on bad binary literals | Miquel Sabaté Solà | 2024-12-18 | 1 | -27/+33 |
| * | Remove unneeded public references | Miquel Sabaté Solà | 2024-12-18 | 2 | -4/+4 |
| * | 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 |
