diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-06 12:06:02 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-06 12:13:00 +0100 |
commit | 2f50827c3d2bb48e79f202cd084de08b5ad65732 (patch) | |
tree | 3027a753af4ae891d5de4baa997846f11b28f58c /tr8as.c | |
parent | dd194bf4de0d54cef7e14aeb7576d799acb61840 (diff) | |
download | tr8vm-2f50827c3d2bb48e79f202cd084de08b5ad65732.tar.gz tr8vm-2f50827c3d2bb48e79f202cd084de08b5ad65732.zip |
Implement hardware blitter
Diffstat (limited to 'tr8as.c')
-rw-r--r-- | tr8as.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1448,7 +1448,8 @@ static uint8_t parse_ld(As *as, char **c) return emit(as, 1, r1, 0, imm); } -static InstParse insts[] = { +static InstParse insts[] = +{ { ".include", parse_include }, { ".incpng", parse_incpng }, { ".incbin", parse_incbin }, |