This commit is contained in:
anon 2024-07-16 02:58:07 +02:00
commit aa40e09502

View File

@ -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;