aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/assembler.c
Commit message (Expand)AuthorAgeFilesLines
* Format codeThomas Voss 2024-05-281-4/+4
* Pad trailing sprite dataThomas Voss 2024-02-221-0/+3
* Add the assume() macroThomas Voss 2024-02-201-7/+3
* Make error messages great againThomas Voss 2024-02-191-5/+3
* Better errors in the assemblerThomas Voss 2024-02-191-5/+5
* Remove useless variableThomas Voss 2024-02-141-2/+1
* Set pad to false after paddingThomas Voss 2024-02-141-1/+3
* Align opcodes on even byte boundariesThomas Voss 2024-02-141-0/+9
* Offset labels by 0x200Thomas Voss 2024-02-141-1/+3
* Make unreachable() useful when debugging, and move common macrosThomas Voss 2024-02-131-5/+1
* Move *eq() macros to common.hThomas Voss 2024-02-131-7/+0
* More simplificationThomas Voss 2024-02-131-13/+10
* Remove [[maybe_unused]] from stream parameterThomas Voss 2024-02-131-1/+1
* Complete the assemblerThomas Voss 2024-02-131-2/+172
* Genesis commitThomas Voss 2024-02-131-0/+74