Assembler 7...

This commit is contained in:
xolatile
2024-07-15 20:51:17 -04:00
parent ed697e9cf9
commit ee02ff0266

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;