aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm/src
Commit message (Expand)AuthorAgeFilesLines
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-171-13/+11
* nasm: Implement the -D flagMiquel Sabaté Solà2025-01-221-0/+40
* Remove the dependency on clapMiquel Sabaté Solà2025-01-221-37/+91
* Make errors from nasm itself more cohesiveMiquel Sabaté Solà2025-01-101-40/+44
* 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-181-1/+1
* 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
* 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-121-1/+9
* Initial commitMiquel Sabaté Solà2024-12-121-0/+80