aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/opcodes.rs
Commit message (Expand)AuthorAgeFilesLines
* Change .fallthrough to __fallthrough__Miquel Sabaté Solà2026-02-021-10/+0
* Add the .fallthrough control statementMiquel Sabaté Solà2026-02-021-0/+10
* Drop lazy_static dependencyMiquel Sabaté Solà2025-01-221-474/+1703
* Implement echo control statementsMiquel Sabaté Solà2025-01-221-1/+5
* 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