Add more CPU outputs for stdout.

This commit is contained in:
lux
2017-08-14 13:29:24 +02:00
parent c9b291ce38
commit 82aba5e133
2 changed files with 12 additions and 4 deletions

View File

@ -6,6 +6,7 @@
#include <stdbool.h>
#include <stdlib.h>
#define CPU_TYPE "Koopman_TOY_CPU"
#define RAM_SIZE 4096
#define CPU_WORD_SIZE 16