| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Forbid creating named labels inside of macros | Miquel Sabaté Solà | 2024-12-24 | 1 | -0/+37 |
| * | Prevent missplaced start for procs and scopes | Miquel Sabaté Solà | 2024-12-23 | 1 | -4/+85 |
| * | Prevent early .end statements | Miquel Sabaté Solà | 2024-12-23 | 1 | -3/+98 |
| * | Make more explicit segment/macros are only global | Miquel Sabaté Solà | 2024-12-23 | 1 | -21/+40 |
| * | Transform mapping configurations into toml files | Miquel Sabaté Solà | 2024-12-22 | 1 | -28/+30 |
| * | Prevent a division by zero | Miquel Sabaté Solà | 2024-12-20 | 1 | -0/+51 |
| * | Only shrink the addressing on resolved bundles | Miquel Sabaté Solà | 2024-12-20 | 1 | -3/+35 |
| * | Shrink some absolute instructions by one byte | Miquel Sabaté Solà | 2024-12-20 | 1 | -5/+27 |
| * | Improve the format of error messages | Miquel Sabaté Solà | 2024-12-20 | 1 | -56/+75 |
| * | Add support for warnings | Miquel Sabaté Solà | 2024-12-20 | 1 | -14/+41 |
| * | Expect macros to overwrite parameter values | Miquel Sabaté Solà | 2024-12-20 | 1 | -32/+8 |
| * | Find variable values on parent scopes | Miquel Sabaté Solà | 2024-12-20 | 1 | -0/+34 |
| * | assembler: Implement and add tests for operators | Miquel Sabaté Solà | 2024-12-19 | 1 | -6/+193 |
| * | Implement the .incbin control statement | Miquel Sabaté Solà | 2024-12-19 | 1 | -3/+138 |
| * | Merge code handling for procs and labels | Miquel Sabaté Solà | 2024-12-18 | 1 | -55/+75 |
| * | Reset literal mode on pending nodes | Miquel Sabaté Solà | 2024-12-18 | 1 | -3/+5 |
| * | Add support for jumping into .proc's | Miquel Sabaté Solà | 2024-12-18 | 1 | -6/+66 |
| * | Fix label references on control statements | Miquel Sabaté Solà | 2024-12-18 | 1 | -1/+47 |
| * | Prevent a crash on bad binary literals | Miquel Sabaté Solà | 2024-12-18 | 1 | -27/+33 |
| * | Remove unneeded public references | Miquel Sabaté Solà | 2024-12-18 | 1 | -3/+3 |
| * | Split crunch_and_resolve_pending | Miquel Sabaté Solà | 2024-12-18 | 1 | -5/+21 |
| * | Remove unneeded Init and Parsing stage values | Miquel Sabaté Solà | 2024-12-18 | 1 | -7/+19 |
| * | Update the README for open sourcing the project | Miquel Sabaté Solà | 2024-12-16 | 1 | -1/+1 |
| * | Fix the mapping of addresses on labels | Miquel Sabaté Solà | 2024-12-16 | 1 | -197/+371 |
| * | Be more informative on segment overflow errors | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+2 |
| * | Re-work the handling of segments in the assembler | Miquel Sabaté Solà | 2024-12-12 | 1 | -9/+263 |
| * | Add support for anonymous labels | Miquel Sabaté Solà | 2024-12-12 | 1 | -22/+182 |
| * | Don't rely on the identifier for control identity | Miquel Sabaté Solà | 2024-12-12 | 1 | -46/+48 |
| * | Fix bug on multiple arguments for macros | Miquel Sabaté Solà | 2024-12-12 | 1 | -5/+69 |
| * | Initial support for branching | Miquel Sabaté Solà | 2024-12-12 | 1 | -7/+98 |
| * | Re-work the support on labels, variables and jumps | Miquel Sabaté Solà | 2024-12-12 | 1 | -47/+201 |
| * | Allow for .byte/.address statements | Miquel Sabaté Solà | 2024-12-12 | 1 | -22/+125 |
| * | Implement the hibyte/lobyte functions | Miquel Sabaté Solà | 2024-12-12 | 1 | -2/+60 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 1 | -1802/+1084 |
| * | Re-work the parser from scratch | Miquel Sabaté Solà | 2024-12-12 | 1 | -1603/+1600 |
| * | Add macros which can take arguments | Miquel Sabaté Solà | 2024-12-12 | 1 | -1/+46 |
| * | Add basic support for macros | Miquel Sabaté Solà | 2024-12-12 | 1 | -191/+230 |
| * | Add support for procedures | Miquel Sabaté Solà | 2024-12-12 | 1 | -13/+178 |
| * | Add support for branching | Miquel Sabaté Solà | 2024-12-12 | 1 | -51/+211 |
| * | Add the notion of mapping | Miquel Sabaté Solà | 2024-12-12 | 1 | -26/+82 |
| * | Initial commit | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+1711 |
