Assorted bug fixes. Added INIA and INIB instructions.

This commit is contained in:
Anachronaut
2024-10-18 16:23:03 -04:00
committed by GitHub
parent 77bffb233a
commit 60450253cd
3 changed files with 15 additions and 6 deletions
+1
View File
@@ -57,6 +57,7 @@ int main (int argc, char *argv[]) {
if (debugEnable) {
getchar();
printRegisters(&cpu, Program, Data);
printf("Cycle: %u\n", cycleCount);
}
}
printf("Execution halted after %u cycles.\n", cycleCount);