| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement echo control statements | Miquel Sabaté Solà | 2025-01-22 | 1 | -0/+13 |
| * | Implement .ifdef/.ifndef statements | Miquel Sabaté Solà | 2025-01-16 | 1 | -1/+16 |
| * | Implement .def/.defined expressions | Miquel Sabaté Solà | 2025-01-16 | 1 | -0/+2 |
| * | Implement .if/.elsif/.else statements | Miquel Sabaté Solà | 2025-01-16 | 1 | -2/+17 |
| * | Add boolean operators | Miquel Sabaté Solà | 2025-01-16 | 1 | -0/+18 |
| * | Implement .asciiz control statement | Miquel Sabaté Solà | 2025-01-14 | 1 | -0/+2 |
| * | Implement the .res control statement | Miquel Sabaté Solà | 2025-01-14 | 1 | -0/+2 |
| * | Implement the .include statement | Miquel Sabaté Solà | 2025-01-09 | 1 | -1/+7 |
| * | Add the .repeat control statement | Miquel Sabaté Solà | 2025-01-07 | 1 | -2/+11 |
| * | Implement block bodies inside of the assembler | Miquel Sabaté Solà | 2025-01-05 | 1 | -0/+9 |
| * | parser: Implement block bodies | Miquel Sabaté Solà | 2025-01-04 | 1 | -1/+48 |
| * | Make more explicit segment/macros are only global | Miquel Sabaté Solà | 2024-12-23 | 1 | -1/+29 |
| * | parser: Add support for operators | Miquel Sabaté Solà | 2024-12-19 | 1 | -0/+39 |
| * | Export documentation on PString::to_isize | Miquel Sabaté Solà | 2024-12-19 | 1 | -3/+3 |
| * | Implement the .incbin control statement | Miquel Sabaté Solà | 2024-12-19 | 1 | -0/+1 |
| * | Add support for anonymous labels | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+39 |
| * | Don't rely on the identifier for control identity | Miquel Sabaté Solà | 2024-12-12 | 1 | -5/+25 |
| * | Initial support for branching | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+14 |
| * | Re-work the support on labels, variables and jumps | Miquel Sabaté Solà | 2024-12-12 | 1 | -4/+6 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+164 |
