| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix -a/--asan flag parsing | Miquel Sabaté Solà | 2026-02-02 | 1 | -1/+1 |
| * | xa65: use the current timestamp for the tmp directory | Miquel Sabaté Solà | 2025-12-15 | 1 | -2/+8 |
| * | xa65: better ensure the name of the tmp directory | Miquel Sabaté Solà | 2025-12-14 | 1 | -2/+2 |
| * | nasm: Better wording on the README file | Miquel Sabaté Solà | 2025-09-19 | 1 | -5/+19 |
| * | readrom: Add detection of RAM, Timing and mirroring | Miquel Sabaté Solà | 2025-09-12 | 1 | -8/+40 |
| * | Update README on asan:ignore also affecting instructions | Miquel Sabaté Solà | 2025-09-04 | 1 | -9/+6 |
| * | Move and expand the README on nasm | Miquel Sabaté Solà | 2025-09-04 | 1 | -0/+174 |
| * | Split the --stats and the --strict flags | Miquel Sabaté Solà | 2025-09-02 | 2 | -18/+30 |
| * | assembler: Add support for asan:reserve,ignore | Miquel Sabaté Solà | 2025-09-02 | 1 | -19/+145 |
| * | Add -h and -v options on the help message | Miquel Sabaté Solà | 2025-09-02 | 3 | -2/+8 |
| * | nasm: Error out when using WRAM when not available | Miquel Sabaté Solà | 2025-08-28 | 2 | -1/+31 |
| * | Remove ncount and ngrep | Miquel Sabaté Solà | 2025-08-27 | 4 | -22/+0 |
| * | nasm: Implement the -s/--stats option | Miquel Sabaté Solà | 2025-08-27 | 1 | -0/+24 |
| * | xa65: Introduce the -s/--strict option | Miquel Sabaté Solà | 2025-08-18 | 1 | -4/+14 |
| * | xa65: Add the -e/--error flag | Miquel Sabaté Solà | 2025-08-18 | 1 | -5/+17 |
| * | xa65: Introduce the -b/--bin option | Miquel Sabaté Solà | 2025-08-18 | 1 | -7/+24 |
| * | Apply suggested style fixes from clippy | Miquel Sabaté Solà | 2025-08-17 | 3 | -20/+18 |
| * | xa65: Fix minor style issues | Miquel Sabaté Solà | 2025-01-23 | 1 | -3/+3 |
| * | xa65: Create hex dumps for both binaries | Miquel Sabaté Solà | 2025-01-23 | 1 | -0/+49 |
| * | nasm: Implement the -D flag | Miquel Sabaté Solà | 2025-01-22 | 1 | -0/+40 |
| * | Remove the dependency on clap | Miquel Sabaté Solà | 2025-01-22 | 6 | -88/+244 |
| * | Remove dependency to the rand crate | Miquel Sabaté Solà | 2025-01-22 | 2 | -4/+10 |
| * | readrom: Print addresses for vectors | Miquel Sabaté Solà | 2025-01-14 | 1 | -1/+39 |
| * | 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 | 5 | -38/+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 | 2 | -0/+134 |
| * | Rename SourceInfo::working_directory to directory | Miquel Sabaté Solà | 2025-01-09 | 1 | -2/+2 |
| * | Implement the .include statement | Miquel Sabaté Solà | 2025-01-09 | 1 | -6/+16 |
| * | Store a reference for macros instead of an index | Miquel Sabaté Solà | 2025-01-07 | 1 | -39/+22 |
| * | nasm: Also show warnings when there are errors | Miquel Sabaté Solà | 2024-12-24 | 1 | -0/+8 |
| * | nasm: Allow file paths for the configuration | Miquel Sabaté Solà | 2024-12-22 | 1 | -1/+4 |
| * | Transform mapping configurations into toml files | Miquel Sabaté Solà | 2024-12-22 | 1 | -13/+8 |
| * | Add support for UxROM chips | Miquel Sabaté Solà | 2024-12-20 | 1 | -2/+3 |
| * | Improve the format of error messages | Miquel Sabaté Solà | 2024-12-20 | 1 | -3/+3 |
| * | nasm: Send errors to stderr instead | Miquel Sabaté Solà | 2024-12-20 | 1 | -3/+3 |
| * | Do not spit out bytes if -Werror was passed | Miquel Sabaté Solà | 2024-12-20 | 1 | -9/+13 |
| * | Add support for warnings | Miquel Sabaté Solà | 2024-12-20 | 1 | -2/+25 |
| * | Implement the .incbin control statement | Miquel Sabaté Solà | 2024-12-19 | 1 | -6/+21 |
| * | nasm: Remove the option to disassemble a file | Miquel Sabaté Solà | 2024-12-18 | 1 | -37/+13 |
| * | Add the readrom binary | Miquel Sabaté Solà | 2024-12-18 | 3 | -1/+68 |
| * | Update the README for open sourcing the project | Miquel Sabaté Solà | 2024-12-16 | 1 | -0/+1 |
| * | Fix the mapping of addresses on labels | Miquel Sabaté Solà | 2024-12-16 | 1 | -3/+3 |
| * | nasm: Add a parameter for linker configuration | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+22 |
| * | Don't rely on the identifier for control identity | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+2 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 1 | -4/+13 |
| * | Re-work the parser from scratch | Miquel Sabaté Solà | 2024-12-12 | 1 | -16/+9 |
| * | Add support for procedures | Miquel Sabaté Solà | 2024-12-12 | 1 | -9/+2 |
