1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-25 19:57:33 +00:00

wrote new gui; implemented and fixed a bunch of stuff

This commit is contained in:
aap
2016-10-24 22:45:24 +02:00
parent e0d9a181e2
commit 2a37a8f74d
49 changed files with 5041 additions and 5384 deletions

View File

@@ -3,3 +3,6 @@ test.rim: main.rel tty.rel
%.rel: %.s
as6 -o $@ $<
%.lst: %.s
as6 -o /dev/null -l $@ $<