1
0
mirror of synced 2026-04-25 03:34:28 +00:00
This commit is contained in:
brad
2009-05-10 23:53:55 +00:00
parent 6b363bd84c
commit 9158d2ec26
6 changed files with 693 additions and 0 deletions

3
sim/Makefile Normal file
View File

@@ -0,0 +1,3 @@
pdp8i: pdp8.c io.c
cc -o pdp8i pdp8.c io.c