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:
@@ -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 $@ $<
|
||||
|
||||
Reference in New Issue
Block a user