aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add jetpac.nes to the end-to-end testsMiquel Sabaté Solà2026-04-243-0/+23
* Fix outdated comment on __fallthrough__Miquel Sabaté Solà2026-04-241-4/+4
* Fix calls with arguments containing addressesMiquel Sabaté Solà2026-04-241-1/+46
* Ensure expressions in arguments are fully parsedMiquel Sabaté Solà2026-04-232-0/+33
* xa65: fix indentation on the help messageMiquel Sabaté Solà2026-04-231-3/+1
* Add documentation for asan:stackMiquel Sabaté Solà2026-04-081-0/+23
* Implement the asan:stack statementMiquel Sabaté Solà2026-04-0813-7/+348
* Re-create the values for bundle call argumentsMiquel Sabaté Solà2026-03-105-4/+94
* Ignore GLOBAL_CONTEXT on force_context_switch()Miquel Sabaté Solà2026-03-091-0/+6
* asan: ignore names from macro argumentsMiquel Sabaté Solà2026-03-093-5/+19
* Fix small typoMiquel Sabaté Solà2026-02-271-1/+1
* Define the global scope to a more obscure nameMiquel Sabaté Solà2026-02-251-1/+1
* Fix small indentation typoMiquel Sabaté Solà2026-02-251-1/+1
* Raise an error when a control statement does not existMiquel Sabaté Solà2026-02-251-11/+10
* Allow using a byte for indirect jumpsMiquel Sabaté Solà2026-02-115-11/+37
* asan: Fix validation on indirect jumpsMiquel Sabaté Solà2026-02-112-3/+2
* asan: don't complain on arithmetic with addressesMiquel Sabaté Solà2026-02-063-6/+20
* Fix the arithmetic on indexed addressing modesMiquel Sabaté Solà2026-02-051-51/+136
* Document the __NASM__ and __fallthrough__ featuresMiquel Sabaté Solà2026-02-031-0/+138
* nasm: improve message on the -D flagMiquel Sabaté Solà2026-02-031-1/+3
* Make the fallthrough error more explicitMiquel Sabaté Solà2026-02-032-4/+7
* Add __NASM__ protection on the --prelude outputMiquel Sabaté Solà2026-02-031-3/+5
* Avoid invalid identifiers in proc/macro/scopeMiquel Sabaté Solà2026-02-035-7/+81
* Ensure __fallthrough__ is not considered a valid identifierMiquel Sabaté Solà2026-02-031-1/+4
* nasm: add the --prelude flagMiquel Sabaté Solà2026-02-021-0/+18
* Change .fallthrough to __fallthrough__Miquel Sabaté Solà2026-02-026-46/+57
* Fix typo in commentMiquel Sabaté Solà2026-02-021-1/+1
* Add the .fallthrough control statementMiquel Sabaté Solà2026-02-029-1/+164
* nasm: define the __NASM__ variableMiquel Sabaté Solà2026-02-021-0/+3
* xa65: add -Werror to the --strict flagMiquel Sabaté Solà2026-02-021-1/+1
* Warn on pointless (un)conditional branchingMiquel Sabaté Solà2026-02-026-0/+116
* xixanta: add context from macro expansionsMiquel Sabaté Solà2026-02-023-4/+163
* tests: do not generate dummy out.nes filesMiquel Sabaté Solà2026-02-021-3/+3
* Fix -a/--asan flag parsingMiquel Sabaté Solà2026-02-021-1/+1
* asan: move the conflict check into its own loopMiquel Sabaté Solà2025-12-151-18/+30
* Allow constants in asan:reserve statementsMiquel Sabaté Solà2025-12-156-29/+104
* xa65: use the current timestamp for the tmp directoryMiquel Sabaté Solà2025-12-151-2/+8
* asan: addresses >= 0x2000 cannot be reserved spaceMiquel Sabaté Solà2025-12-151-10/+15
* Report on multi-byte values on arithmetic evaluationMiquel Sabaté Solà2025-12-151-0/+32
* 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