aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tabulation on --allow-unused help's messageMiquel Sabaté Solà2026-04-301-1/+1
* ci: override LC_ALL for a more consistent 'sort'Miquel Sabaté Solà2026-04-302-2/+2
* tests: fix the assembler fuzzerMiquel Sabaté Solà2026-04-301-2/+16
* Rename "raw address" to "label"Miquel Sabaté Solà2026-04-302-3/+3
* nasm: add documentation to the 'unused' checksMiquel Sabaté Solà2026-04-301-0/+23
* tests: adapt to the new 'unused' checksMiquel Sabaté Solà2026-04-304-19/+35
* Issue a warning on unused macrosMiquel Sabaté Solà2026-04-301-0/+33
* Don't do the 'accessed' check if "check:ignore" was givenMiquel Sabaté Solà2026-04-301-2/+5
* Allow a magic "check:ignore" commentMiquel Sabaté Solà2026-04-301-1/+1
* nasm/xa65: add the --allow-unused optionMiquel Sabaté Solà2026-04-303-2/+31
* Add a new 'check' stage in assemble()Miquel Sabaté Solà2026-04-302-108/+108
* Send an error for unused .proc'sMiquel Sabaté Solà2026-04-285-42/+111
* nasm: add documentation on the exit status codeMiquel Sabaté Solà2026-04-281-0/+9
* nasm: call exit() right after error detectionMiquel Sabaté Solà2026-04-281-90/+88
* nasm: use buffered writing for full ROMs as wellMiquel Sabaté Solà2026-04-281-4/+8
* nasm: avoid an unnecessary loop when writing bytesMiquel Sabaté Solà2026-04-281-5/+3
* nasm: add the --split-segments optionMiquel Sabaté Solà2026-04-282-33/+81
* nasm: add a description on the README.md fileMiquel Sabaté Solà2026-04-251-0/+14
* tests: update submodules to their latest commitsMiquel Sabaté Solà2026-04-253-0/+0
* Add the context's name into memory rangesMiquel Sabaté Solà2026-04-252-4/+8
* Add the .min and the .max control expressionsMiquel Sabaté Solà2026-04-243-0/+91
* Allow scoped names in __fallthrough__Miquel Sabaté Solà2026-04-243-1/+11
* Add a big endian control statementMiquel Sabaté Solà2026-04-243-5/+73
* Add the .version pseudo-variableMiquel Sabaté Solà2026-04-243-0/+45
* ci: upgrade to actions/checkout@v6Miquel Sabaté Solà2026-04-241-5/+5
* Update the code style to the latest stable RustMiquel Sabaté Solà2026-04-244-22/+15
* 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