aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* 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
* xa65: Fix minor style issuesMiquel Sabaté Solà2025-01-231-3/+3
* xa65: Create hex dumps for both binariesMiquel Sabaté Solà2025-01-231-0/+49
* nasm: Implement the -D flagMiquel Sabaté Solà2025-01-221-0/+40
* Remove the dependency on clapMiquel Sabaté Solà2025-01-226-88/+244
* Remove dependency to the rand crateMiquel Sabaté Solà2025-01-222-4/+10
* readrom: Print addresses for vectorsMiquel Sabaté Solà2025-01-141-1/+39
* xa65: The config flag should be uppercase on shortMiquel Sabaté Solà2025-01-101-2/+2
* xa65: Provide the target flagMiquel Sabaté Solà2025-01-101-0/+15
* readrom: Remove the derive feature from clapMiquel Sabaté Solà2025-01-102-14/+18
* Remove anyhow from xa65 and readromMiquel Sabaté Solà2025-01-105-38/+71
* Make errors from nasm itself more cohesiveMiquel Sabaté Solà2025-01-101-40/+44
* Introduce xa65Miquel Sabaté Solà2025-01-102-0/+134
* Rename SourceInfo::working_directory to directoryMiquel Sabaté Solà2025-01-091-2/+2
* Implement the .include statementMiquel Sabaté Solà2025-01-091-6/+16
* Store a reference for macros instead of an indexMiquel Sabaté Solà2025-01-071-39/+22
* nasm: Also show warnings when there are errorsMiquel Sabaté Solà2024-12-241-0/+8
* nasm: Allow file paths for the configurationMiquel Sabaté Solà2024-12-221-1/+4
* Transform mapping configurations into toml filesMiquel Sabaté Solà2024-12-221-13/+8
* Add support for UxROM chipsMiquel Sabaté Solà2024-12-201-2/+3
* Improve the format of error messagesMiquel Sabaté Solà2024-12-201-3/+3
* nasm: Send errors to stderr insteadMiquel Sabaté Solà2024-12-201-3/+3
* Do not spit out bytes if -Werror was passedMiquel Sabaté Solà2024-12-201-9/+13
* Add support for warningsMiquel Sabaté Solà2024-12-201-2/+25
* Implement the .incbin control statementMiquel Sabaté Solà2024-12-191-6/+21
* nasm: Remove the option to disassemble a fileMiquel Sabaté Solà2024-12-181-37/+13
* Add the readrom binaryMiquel Sabaté Solà2024-12-183-1/+68
* Update the README for open sourcing the projectMiquel Sabaté Solà2024-12-161-0/+1
* Fix the mapping of addresses on labelsMiquel Sabaté Solà2024-12-161-3/+3
* nasm: Add a parameter for linker configurationMiquel Sabaté Solà2024-12-121-2/+22
* Don't rely on the identifier for control identityMiquel Sabaté Solà2024-12-121-2/+2
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-4/+13