aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/assembler.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Initial support for branchingMiquel Sabaté Solà2024-12-121-7/+98
* Re-work the support on labels, variables and jumpsMiquel Sabaté Solà2024-12-121-47/+201
* Allow for .byte/.address statementsMiquel Sabaté Solà2024-12-121-22/+125
* Implement the hibyte/lobyte functionsMiquel Sabaté Solà2024-12-121-2/+60
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-1802/+1084
* Re-work the parser from scratchMiquel Sabaté Solà2024-12-121-1603/+1600
* Add macros which can take argumentsMiquel Sabaté Solà2024-12-121-1/+46
* Add basic support for macrosMiquel Sabaté Solà2024-12-121-191/+230
* Add support for proceduresMiquel Sabaté Solà2024-12-121-13/+178
* Add support for branchingMiquel Sabaté Solà2024-12-121-51/+211
* Add the notion of mappingMiquel Sabaté Solà2024-12-121-26/+82
* Initial commitMiquel Sabaté Solà2024-12-121-0/+1711