mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-29 21:17:36 +00:00
sim: add (virtual) memory emulation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user