aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* 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-183-1/+68
* 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-128-1/+32
* Initial commitMiquel Sabaté Solà2024-12-124-0/+89