aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nasm: Remove the option to disassemble a fileMiquel Sabaté Solà2024-12-181-37/+13
* Improve documentation on nasmMiquel Sabaté Solà2024-12-181-5/+22
* github: Add issue/PR templatesMiquel Sabaté Solà2024-12-182-0/+29
* Remove From<std::io::Error> from errorsMiquel Sabaté Solà2024-12-181-30/+0
* header: Add fuzzy testingMiquel Sabaté Solà2024-12-185-0/+119
* Add the readrom binaryMiquel Sabaté Solà2024-12-188-2/+431
* Update the README for open sourcing the projectMiquel Sabaté Solà2024-12-164-3/+25
* Fix the mapping of addresses on labelsMiquel Sabaté Solà2024-12-165-328/+867
* ci: Run a fuzzy test also for the assemblerMiquel Sabaté Solà2024-12-133-2/+40
* parser: Fix crash on non-ASCII char literalsMiquel Sabaté Solà2024-12-131-3/+3
* Be more informative on segment overflow errorsMiquel Sabaté Solà2024-12-121-2/+2
* nasm: Add a parameter for linker configurationMiquel Sabaté Solà2024-12-122-2/+64
* Add support for character literalsMiquel Sabaté Solà2024-12-121-2/+76
* Re-work the handling of segments in the assemblerMiquel Sabaté Solà2024-12-125-18/+286
* Add support for anonymous labelsMiquel Sabaté Solà2024-12-124-30/+329
* Don't rely on the identifier for control identityMiquel Sabaté Solà2024-12-128-103/+182
* Fix bug on multiple arguments for macrosMiquel Sabaté Solà2024-12-121-5/+69
* Initial support for branchingMiquel Sabaté Solà2024-12-123-7/+114
* Re-work the support on labels, variables and jumpsMiquel Sabaté Solà2024-12-126-90/+283
* Allow for relative jumps at the parser levelMiquel Sabaté Solà2024-12-121-20/+153
* Allow for .byte/.address statementsMiquel Sabaté Solà2024-12-122-30/+143
* Implement the hibyte/lobyte functionsMiquel Sabaté Solà2024-12-121-2/+60
* ci: Pick the proper stable versionMiquel Sabaté Solà2024-12-121-0/+5
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-1215-2911/+2252
* ci: Add fuzzy testing to the parserMiquel Sabaté Solà2024-12-126-3/+121
* ci: Enable Github Actions for the projectMiquel Sabaté Solà2024-12-121-0/+22
* Re-work the parser from scratchMiquel Sabaté Solà2024-12-128-1638/+3284
* Add macros which can take argumentsMiquel Sabaté Solà2024-12-121-1/+46
* Add basic support for macrosMiquel Sabaté Solà2024-12-123-194/+254
* Add support for proceduresMiquel Sabaté Solà2024-12-125-24/+221
* Add support for branchingMiquel Sabaté Solà2024-12-126-77/+297
* Add the notion of mappingMiquel Sabaté Solà2024-12-1214-27/+236
* Initial commitMiquel Sabaté Solà2024-12-1218-0/+3790