aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix -a/--asan flag parsingMiquel Sabaté Solà2026-02-021-1/+1
* nasm: Better wording on the README fileMiquel Sabaté Solà2025-09-191-5/+19
* 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-021-9/+4
* 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-021-0/+2
* nasm: Error out when using WRAM when not availableMiquel Sabaté Solà2025-08-282-1/+31
* nasm: Implement the -s/--stats optionMiquel Sabaté Solà2025-08-271-0/+24
* 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-222-38/+91
* Remove anyhow from xa65 and readromMiquel Sabaté Solà2025-01-101-1/+0
* 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
* 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-122-1/+10
* Initial commitMiquel Sabaté Solà2024-12-122-0/+89