sim: add (virtual) memory emulation

This commit is contained in:
Mikael Pettersson
2018-05-05 18:26:22 +02:00
parent eeb251944b
commit 5e2ad04250
3 changed files with 137 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ CC=gcc
CFLAGS=-O2 -g -Wall
CPPFLAGS=-I../include
SIMOBJS=sim.o
SIMOBJS=sim.o pdp10-virt-mem.o
LIBOBJS=../lib/pdp10-elf36.o ../lib/pdp10-extint.o ../lib/pdp10-stdio.o
sim: $(SIMOBJS) $(LIBOBJS)