aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/opcodes.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement .ifdef/.ifndef statementsMiquel Sabaté Solà2025-01-161-0/+2
* Implement .def/.defined expressionsMiquel Sabaté Solà2025-01-161-0/+2
* Implement .if/.elsif/.else statementsMiquel Sabaté Solà2025-01-161-0/+4
* Simplify string arguments for control statementsMiquel Sabaté Solà2025-01-151-21/+26
* Add .byt as a synonym for .byteMiquel Sabaté Solà2025-01-141-0/+1
* Implement .asciiz control statementMiquel Sabaté Solà2025-01-141-0/+1
* Implement the .res control statementMiquel Sabaté Solà2025-01-141-0/+1
* Implement the .include statementMiquel Sabaté Solà2025-01-091-0/+1
* Add the .repeat control statementMiquel Sabaté Solà2025-01-071-17/+34
* Implement the .incbin control statementMiquel Sabaté Solà2024-12-191-0/+1
* Re-work the handling of segments in the assemblerMiquel Sabaté Solà2024-12-121-1/+1
* Don't rely on the identifier for control identityMiquel Sabaté Solà2024-12-121-14/+16
* Re-work the support on labels, variables and jumpsMiquel Sabaté Solà2024-12-121-0/+1
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-292/+326
* Re-work the parser from scratchMiquel Sabaté Solà2024-12-121-0/+27
* Add support for branchingMiquel Sabaté Solà2024-12-121-17/+58
* Initial commitMiquel Sabaté Solà2024-12-121-0/+631