aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/mapping.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the SectionType::Vector enum valueMiquel Sabaté Solà2026-07-081-2/+9
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-171-5/+3
* Add a configuration for MMC1Miquel Sabaté Solà2025-01-231-0/+2
* Remove dependency on TOMLMiquel Sabaté Solà2025-01-221-137/+10
* Add support for cfg filesMiquel Sabaté Solà2025-01-131-3/+12
* Implement the .include statementMiquel Sabaté Solà2025-01-091-40/+17
* nasm: Allow file paths for the configurationMiquel Sabaté Solà2024-12-221-9/+17
* Transform mapping configurations into toml filesMiquel Sabaté Solà2024-12-221-347/+183
* Add support for UxROM chipsMiquel Sabaté Solà2024-12-201-2/+161
* Remove unneeded public referencesMiquel Sabaté Solà2024-12-181-1/+1
* Fix the mapping of addresses on labelsMiquel Sabaté Solà2024-12-161-99/+318
* nasm: Add a parameter for linker configurationMiquel Sabaté Solà2024-12-121-0/+42
* Re-work the handling of segments in the assemblerMiquel Sabaté Solà2024-12-121-1/+1
* Re-work the support on labels, variables and jumpsMiquel Sabaté Solà2024-12-121-0/+14
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-14/+11
* Add basic support for macrosMiquel Sabaté Solà2024-12-121-2/+23
* Add support for proceduresMiquel Sabaté Solà2024-12-121-2/+31
* Add support for branchingMiquel Sabaté Solà2024-12-121-1/+1
* Add the notion of mappingMiquel Sabaté Solà2024-12-121-0/+66