Memory controller implemented.

This commit is contained in:
Anachronaut
2026-08-15 20:43:53 -04:00
parent c4b2c27a2d
commit 04dfcd707b
32 changed files with 1842 additions and 21 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ SRC_DIR_ASM = Source/Assembler
OBJ_DIR = Object
# Source files
EMU_SRCS = emulator.c io.c utility.c cpu.c bootstrap.c assembly.c
EMU_SRCS = emulator.c io.c controller.c utility.c cpu.c bootstrap.c assembly.c
ASM_SRCS = Assembler.c assembly.c firstPass.c Assm-util.c secondPass.c
EMU_OBJS = $(EMU_SRCS:%.c=$(OBJ_DIR)/%.o)