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

various changes

This commit is contained in:
aap
2016-10-21 15:09:01 +02:00
parent bdf5fad41d
commit c80dce6e90
35 changed files with 7362 additions and 39 deletions

5
code/Makefile Normal file
View File

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