aboutsummaryrefslogtreecommitdiff
path: root/crates/xa65
Commit message (Expand)AuthorAgeFilesLines
* Annotate the no-return from die()Miquel Sabaté Solà3 days1-20/+11
* Upgrade to the 2024 edition of RustMiquel Sabaté Solà2026-07-081-1/+1
* xa65: sort the flags on the help messageMiquel Sabaté Solà2026-04-301-1/+1
* nasm/xa65: add the --allow-unused optionMiquel Sabaté Solà2026-04-301-0/+6
* xa65: fix indentation on the help messageMiquel Sabaté Solà2026-04-231-3/+1
* xa65: add -Werror to the --strict flagMiquel 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
* Split the --stats and the --strict flagsMiquel Sabaté Solà2025-09-021-9/+26
* Add -h and -v options on the help messageMiquel Sabaté Solà2025-09-021-1/+3
* 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-171-4/+4
* 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
* Remove the dependency on clapMiquel Sabaté Solà2025-01-222-32/+91
* Remove dependency to the rand crateMiquel Sabaté Solà2025-01-222-4/+10
* 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
* Remove anyhow from xa65 and readromMiquel Sabaté Solà2025-01-102-28/+54
* Introduce xa65Miquel Sabaté Solà2025-01-102-0/+134