aboutsummaryrefslogtreecommitdiff
path: root/crates/nasm/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* nasm: use buffered writing for full ROMs as wellMiquel Sabaté Solà2026-04-281-4/+8
* 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
* Update the code style to the latest stable RustMiquel Sabaté Solà2026-04-241-1/+1
* 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
* 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-281-1/+30
* 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-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