1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-26 12:12:49 +00:00

implemented threads differently

This commit is contained in:
aap
2017-02-02 19:37:19 +01:00
parent a2de61d375
commit 0766d0216e
13 changed files with 376 additions and 414 deletions

View File

@@ -1,5 +1,8 @@
test.rim: main.rel tty.rel
ld6 -r 100 -o test.rim main.rel tty.rel
test.rim: main.rel tty.rel pt.rel
ld6 -o test.rim main.rel tty.rel pt.rel
test.sav: main.rel tty.rel pt.rel
ld6 -f sav -o test.sav main.rel tty.rel pt.rel
%.rel: %.s
as6 -o $@ $<