aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-work the parser from scratchMiquel Sabaté Solà2024-12-121-16/+9
* Add support for proceduresMiquel Sabaté Solà2024-12-121-9/+2
* Add support for branchingMiquel Sabaté Solà2024-12-121-2/+2
* Add the notion of mappingMiquel Sabaté Solà2024-12-128-1/+32
* Initial commitMiquel Sabaté Solà2024-12-124-0/+89