aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/assembler.c
Commit message (Expand)AuthorAgeFilesLines
* 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