Merge branch 'master' of https://codeberg.org/eaxcc/eaxcc
This commit is contained in:
commit
aa40e09502
@ -351,6 +351,7 @@ void assemble (next count,
|
||||
index += 1;
|
||||
} else if (array [index] == ASMDIRMEM) {
|
||||
asmdirmem (1, array [index + 1]);
|
||||
printf ("ASMDIRMEM %u\n", array [index + 1]);
|
||||
index += 1;
|
||||
} else if (array [index] == ASMDIRIMM) {
|
||||
next repeat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user