| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | readrom: Print addresses for vectors | Miquel Sabaté Solà | 2025-01-14 | 1 | -1/+39 | |
| * | Implement the .res control statement | Miquel Sabaté Solà | 2025-01-14 | 3 | -0/+100 | |
| * | tests: Update code.nes so -Werror can be passed | Miquel Sabaté Solà | 2025-01-13 | 3 | -29/+8 | |
| * | Add support for cfg files | Miquel Sabaté Solà | 2025-01-13 | 3 | -3/+559 | |
| * | Add TODO file into .gitignore | Miquel Sabaté Solà | 2025-01-13 | 1 | -0/+1 | |
| * | xa65: The config flag should be uppercase on short | Miquel Sabaté Solà | 2025-01-10 | 1 | -2/+2 | |
| * | xa65: Provide the target flag | Miquel Sabaté Solà | 2025-01-10 | 1 | -0/+15 | |
| * | readrom: Remove the derive feature from clap | Miquel Sabaté Solà | 2025-01-10 | 2 | -14/+18 | |
| * | Remove anyhow from xa65 and readrom | Miquel Sabaté Solà | 2025-01-10 | 6 | -47/+71 | |
| * | Make errors from nasm itself more cohesive | Miquel Sabaté Solà | 2025-01-10 | 1 | -40/+44 | |
| * | Introduce xa65 | Miquel Sabaté Solà | 2025-01-10 | 4 | -0/+152 | |
| * | Improve the message on bad file includes | Miquel Sabaté Solà | 2025-01-10 | 3 | -17/+9 | |
| * | tests: Bundle end-to-end tests into a tarball | Miquel Sabaté Solà | 2025-01-10 | 12 | -1367/+19 | |
| * | Properly fill the context stack when forcing it | Miquel Sabaté Solà | 2025-01-10 | 2 | -16/+67 | |
| * | Improve error message on unknown variable/scope | Miquel Sabaté Solà | 2025-01-09 | 2 | -11/+9 | |
| * | Prevent assignments on relative references | Miquel Sabaté Solà | 2025-01-09 | 1 | -1/+17 | |
| * | Reset the literal mode on each macro argument | Miquel Sabaté Solà | 2025-01-09 | 1 | -0/+20 | |
| * | Evaluate bare numbers as decimal values | Miquel Sabaté Solà | 2025-01-09 | 1 | -6/+11 | |
| * | Add missing binary for end-to-end tests | Miquel Sabaté Solà | 2025-01-09 | 1 | -0/+0 | |
| * | Rename SourceInfo::working_directory to directory | Miquel Sabaté Solà | 2025-01-09 | 4 | -10/+13 | |
| * | Merge all error types into a single one | Miquel Sabaté Solà | 2025-01-09 | 4 | -318/+234 | |
| * | Remove ContextErrorReason as it was unused | Miquel Sabaté Solà | 2025-01-09 | 2 | -23/+1 | |
| * | Implement the .include statement | Miquel Sabaté Solà | 2025-01-09 | 16 | -292/+1141 | |
| * | 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 | 8 | -56/+568 | |
| * | Store a reference for macros instead of an index | Miquel Sabaté Solà | 2025-01-07 | 4 | -907/+718 | |
| * | 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 | |
| * | Rename to tools.nes | Miquel Sabaté Solà | 2024-12-25 | 4 | -14/+15 | |
| * | 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 | |
| * | nasm: Also show warnings when there are errors | Miquel Sabaté Solà | 2024-12-24 | 1 | -0/+8 | |
| * | 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 | 3 | -16/+36 | |
| * | Transform mapping configurations into toml files | Miquel Sabaté Solà | 2024-12-22 | 11 | -390/+599 | |
| * | Add support for UxROM chips | Miquel Sabaté Solà | 2024-12-20 | 5 | -4/+446 | |
| * | Introduce end-to-end tests | Miquel Sabaté Solà | 2024-12-20 | 6 | -0/+644 | |
| * | Prevent a division by zero | Miquel Sabaté Solà | 2024-12-20 | 1 | -0/+51 | |
| * | Dual license the source code under this repository | Miquel Sabaté Solà | 2024-12-20 | 3 | -1/+183 | |
| * | 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 | 3 | -74/+83 | |
| * | nasm: Send errors to stderr instead | Miquel Sabaté Solà | 2024-12-20 | 1 | -3/+3 | |
