Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the assume() macro | Thomas Voss | 2024-02-20 | 2 | -17/+12 |
* | Make error messages great again | Thomas Voss | 2024-02-19 | 4 | -77/+68 |
* | Better errors in the assembler | Thomas Voss | 2024-02-19 | 1 | -5/+5 |
* | Better error messages in the lexer | Thomas Voss | 2024-02-19 | 5 | -28/+46 |
* | Correct usage | Thomas Voss | 2024-02-17 | 1 | -1/+4 |
* | Remove useless variable | Thomas Voss | 2024-02-14 | 1 | -2/+1 |
* | Rename lookup.h to autogen-lookup.h | Thomas Voss | 2024-02-14 | 1 | -1/+1 |
* | Fix builds on MacOS | Thomas Voss | 2024-02-14 | 2 | -190/+1 |
* | Free alloced buffer for DB instructions | Thomas Voss | 2024-02-14 | 1 | -0/+5 |
* | Set pad to false after padding | Thomas Voss | 2024-02-14 | 1 | -1/+3 |
* | Align opcodes on even byte boundaries | Thomas Voss | 2024-02-14 | 1 | -0/+9 |
* | Check for T_IDENT, not T_STRING | Thomas Voss | 2024-02-14 | 1 | -1/+1 |
* | Offset labels by 0x200 | Thomas Voss | 2024-02-14 | 1 | -1/+3 |
* | Make unreachable() useful when debugging, and move common macros | Thomas Voss | 2024-02-13 | 5 | -18/+4 |
* | Move *eq() macros to common.h | Thomas Voss | 2024-02-13 | 3 | -10/+4 |
* | Use U8MOV() | Thomas Voss | 2024-02-13 | 1 | -2/+1 |
* | Remove debug code | Thomas Voss | 2024-02-13 | 1 | -5/+1 |
* | More simplification | Thomas Voss | 2024-02-13 | 1 | -13/+10 |
* | Remove [[maybe_unused]] from stream parameter | Thomas Voss | 2024-02-13 | 1 | -1/+1 |
* | Swap out mbstring.h for rune.h | Thomas Voss | 2024-02-13 | 1 | -1/+1 |
* | Complete the assembler | Thomas Voss | 2024-02-13 | 3 | -8/+178 |
* | Genesis commit | Thomas Voss | 2024-02-13 | 11 | -0/+1459 |