aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Forbid to .include something which is not a fileMiquel Sabaté Solà2025-12-151-17/+17
* Do not allow empty strings on .includeMiquel Sabaté Solà2025-12-151-0/+24
* xa65: better ensure the name of the tmp directoryMiquel Sabaté Solà2025-12-141-2/+2
* Allow asan:reserve to receive an usizeMiquel Sabaté Solà2025-12-144-26/+34
* nasm: Better wording on the README fileMiquel Sabaté Solà2025-09-191-5/+19
* xixanta: Don't allow negative variables on asanMiquel Sabaté Solà2025-09-121-4/+41
* readrom: Add detection of RAM, Timing and mirroringMiquel Sabaté Solà2025-09-121-8/+40
* header: Add RAM and CPU/PPU Timing detectionMiquel Sabaté Solà2025-09-121-2/+141
* header: Add one/four screen nametable supportMiquel Sabaté Solà2025-09-121-13/+74
* Update README on asan:ignore also affecting instructionsMiquel Sabaté Solà2025-09-041-9/+6
* Move and expand the README on nasmMiquel Sabaté Solà2025-09-042-33/+181
* scripts: Remove the usage of asan in most examplesMiquel Sabaté Solà2025-09-041-18/+22
* asan: Add fixes on absolute/indirect addressingMiquel Sabaté Solà2025-09-033-1/+11
* Apply asan:ignore also when bundlingMiquel Sabaté Solà2025-09-032-1/+15
* Add a check for variable namesMiquel Sabaté Solà2025-09-034-0/+101
* Validate that memory access is done via variablesMiquel Sabaté Solà2025-09-035-9/+204
* Add a warning for each unused variableMiquel Sabaté Solà2025-09-027-31/+93
* Split the --stats and the --strict flagsMiquel Sabaté Solà2025-09-023-36/+48
* assembler: Preserve the original working directoryMiquel Sabaté Solà2025-09-021-0/+10
* parser: Allow .include inside of .scopeMiquel Sabaté Solà2025-09-021-6/+21
* parser: Avoid unwrap crash on weird quoted stringsMiquel Sabaté Solà2025-09-021-1/+1
* assembler: Add support for asan:reserve,ignoreMiquel Sabaté Solà2025-09-027-115/+536
* Add -h and -v options on the help messageMiquel Sabaté Solà2025-09-023-2/+8
* parser: Add asan:reserve and asan:weak supportMiquel Sabaté Solà2025-08-282-19/+223
* nasm: Error out when using WRAM when not availableMiquel Sabaté Solà2025-08-284-1/+58
* xixanta: Be more mindful on what's being exportedMiquel Sabaté Solà2025-08-271-6/+21
* Remove ncount and ngrepMiquel Sabaté Solà2025-08-275-36/+0
* nasm: Implement the -s/--stats optionMiquel Sabaté Solà2025-08-272-0/+33
* ci: Work with recursive submodulesMiquel Sabaté Solà2025-08-181-0/+4
* ci: Ensure cl65 is installedMiquel Sabaté Solà2025-08-181-0/+5
* Rebump end-to-end tests to work via git submodulesMiquel Sabaté Solà2025-08-188-20/+173
* Don't get into all blocks when evaluating the contextMiquel Sabaté Solà2025-08-181-4/+51
* Provide a node to the Object structMiquel Sabaté Solà2025-08-182-1/+75
* xa65: Introduce the -s/--strict optionMiquel Sabaté Solà2025-08-181-4/+14
* Reset literal mode before left arm of an operationMiquel Sabaté Solà2025-08-181-0/+5
* xa65: Add the -e/--error flagMiquel Sabaté Solà2025-08-181-5/+17
* Include RODATA inside of the default nrom65 configMiquel Sabaté Solà2025-08-181-1/+1
* xixanta: Allow for mapping size larger than 16 bitMiquel Sabaté Solà2025-08-181-3/+10
* xa65: Introduce the -b/--bin optionMiquel Sabaté Solà2025-08-181-7/+24
* Fix shift overflow on certain expressionsMiquel Sabaté Solà2025-08-181-2/+2
* ci: Add RUST_BACKTRACE to all jobsMiquel Sabaté Solà2025-08-181-0/+1
* Use a buffered reader for incbinMiquel Sabaté Solà2025-08-171-2/+3
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-179-84/+64
* parser: Fix disambiguation paren on first argumentMiquel Sabaté Solà2025-08-171-3/+99
* xa65: Fix minor style issuesMiquel Sabaté Solà2025-01-231-3/+3
* Add a configuration for MMC1Miquel Sabaté Solà2025-01-233-17/+17
* xa65: Create hex dumps for both binariesMiquel Sabaté Solà2025-01-231-0/+49
* Add support for a single equal sign operatorMiquel Sabaté Solà2025-01-231-1/+4
* Drop lazy_static dependencyMiquel Sabaté Solà2025-01-225-498/+1703
* Implement echo control statementsMiquel Sabaté Solà2025-01-223-2/+48