aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* readrom: add an option to disassemble the full fileMiquel Sabaté Solà2026-07-161-2/+39
* readrom: allow to disassemble a mappingMiquel Sabaté Solà2026-07-161-22/+117
* readrom: fix versioning on the Cargo manifestMiquel Sabaté Solà2026-07-151-1/+1
* readrom: implement the -d/--disassemble optionMiquel Sabaté Solà2026-07-153-6/+406
* Save known addresses into .nasm/addresses.txtMiquel Sabaté Solà2026-07-152-0/+35
* nasm: code style cleanupMiquel Sabaté Solà2026-07-141-8/+13
* Generalize MemoryRange into RangeMiquel Sabaté Solà2026-07-141-2/+2
* readrom: print the usual PRG-RAM size if availableMiquel Sabaté Solà2026-07-131-0/+3
* Minor style fixes from an upgraded clippyMiquel Sabaté Solà2026-07-092-2/+2
* Add support for the asan:fixed-segments commentMiquel Sabaté Solà2026-07-091-0/+42
* Add a warning for unknown cross-mapping referencesMiquel Sabaté Solà2026-07-081-1/+44
* Upgrade to the 2024 edition of RustMiquel Sabaté Solà2026-07-084-6/+4
* xa65: sort the flags on the help messageMiquel Sabaté Solà2026-04-301-1/+1
* Fix tabulation on --allow-unused help's messageMiquel Sabaté Solà2026-04-301-1/+1
* Rename "raw address" to "label"Miquel Sabaté Solà2026-04-301-1/+1
* nasm: add documentation to the 'unused' checksMiquel Sabaté Solà2026-04-301-0/+23
* nasm/xa65: add the --allow-unused optionMiquel Sabaté Solà2026-04-302-0/+10
* 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-281-32/+71
* nasm: add a description on the README.md fileMiquel Sabaté Solà2026-04-251-0/+14
* Update the code style to the latest stable RustMiquel Sabaté Solà2026-04-241-1/+1
* 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
* Fix small typoMiquel Sabaté Solà2026-02-271-1/+1
* 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
* Add __NASM__ protection on the --prelude outputMiquel Sabaté Solà2026-02-031-3/+5
* nasm: add the --prelude flagMiquel Sabaté Solà2026-02-021-0/+18
* 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
* Fix -a/--asan flag parsingMiquel Sabaté Solà2026-02-021-1/+1
* xa65: use the current timestamp for the tmp directoryMiquel Sabaté Solà2025-12-151-2/+8
* xa65: better ensure the name of the tmp directoryMiquel Sabaté Solà2025-12-141-2/+2
* nasm: Better wording on the README fileMiquel Sabaté Solà2025-09-191-5/+19
* readrom: Add detection of RAM, Timing and mirroringMiquel Sabaté Solà2025-09-121-8/+40
* 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-041-0/+174
* Split the --stats and the --strict flagsMiquel Sabaté Solà2025-09-022-18/+30
* assembler: Add support for asan:reserve,ignoreMiquel Sabaté Solà2025-09-021-19/+145
* Add -h and -v options on the help messageMiquel Sabaté Solà2025-09-023-2/+8
* nasm: Error out when using WRAM when not availableMiquel Sabaté Solà2025-08-282-1/+31
* Remove ncount and ngrepMiquel Sabaté Solà2025-08-274-22/+0
* nasm: Implement the -s/--stats optionMiquel Sabaté Solà2025-08-271-0/+24
* xa65: Introduce the -s/--strict optionMiquel Sabaté Solà2025-08-181-4/+14
* xa65: Add the -e/--error flagMiquel Sabaté Solà2025-08-181-5/+17
* xa65: Introduce the -b/--bin optionMiquel Sabaté Solà2025-08-181-7/+24
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-173-20/+18