1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-05-03 06:38:43 +00:00
Commit Graph

736 Commits

Author SHA1 Message Date
Tom Everett
ce0d50940f various updates to makefile
remove reference to p0.s
ls, sh, stat, bc from scans conflict with previous versions.  renamed them to nls, nbc, nstat, nsh
2019-10-20 14:08:06 -06:00
Phil Budne
469adde7ca Merge pull request #120 from philbudne/handle-zero-word-write
a7out: handle zero word write; src/cmd/p0.s now part of op.s
2019-10-20 13:57:28 -04:00
phil
e46e22baa6 cas.s performs zero word writes: a7out was die-ing: make it a noop 2019-10-20 13:55:40 -04:00
phil
b4be6be175 remove src/cmd/p0.s: now part of op.s 2019-10-20 13:01:30 -04:00
Phil Budne
2a1b4f423b Merge pull request #118 from philbudne/roff-fixes
roff.s fixes from Angelo's version
2019-10-20 11:51:44 -04:00
phil
c319307e23 roff.s fixes from Angelo's version 2019-10-20 11:51:03 -04:00
Phil Budne
6a18a38510 Merge pull request #117 from philbudne/shell-fixes
sh.s fixes from Angelo's version
2019-10-20 11:40:21 -04:00
phil
e05cb50aab sh.s fixes from Angelo's version 2019-10-20 11:39:30 -04:00
Tom Everett
870a3aee7d Merge pull request #113 from teverett/master
added moo.s to build and image
2019-10-19 17:09:59 -06:00
Tom Everett
2fb917e4b4 added moo.s to build and image 2019-10-19 17:08:17 -06:00
Tom Everett
45a4e057ca Merge pull request #112 from teverett/master
added salv to image
2019-10-19 16:37:23 -06:00
Tom Everett
025f276c56 added salv to image 2019-10-19 16:35:08 -06:00
Tom Everett
b56631fd59 Update README.md 2019-10-19 16:29:12 -06:00
Tom Everett
558fe745a3 Update README.md 2019-10-19 16:28:33 -06:00
Tom Everett
8f9dd5302e Merge pull request #111 from teverett/master
updated readme
2019-10-19 16:28:06 -06:00
Tom Everett
7641500bbf updated readme 2019-10-19 16:27:42 -06:00
Tom Everett
02f7694530 Merge pull request #109 from teverett/master
fixed apr
2019-10-19 16:20:58 -06:00
Tom Everett
ee9343d1bc fixed apr 2019-10-19 16:19:20 -06:00
Tom Everett
3b35c8d3f1 Merge pull request #80 from teverett/master
refactoring source tree
2019-10-19 16:15:08 -06:00
Tom Everett
3412d0cb2a Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 16:13:21 -06:00
Tom Everett
9b81a8a6cb Merge pull request #107 from sebras/master
Fix typos in multiple files.
2019-10-19 16:13:09 -06:00
Tom Everett
fb85bf3b73 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 16:08:48 -06:00
Sebastian Rasmussen
57a1eb64e1 Fix typos in src/cmd/{adm,apr,as}.s 2019-10-19 22:29:16 +02:00
Sebastian Rasmussen
53e58bb6dc Fix typos in psych.s 2019-10-19 22:20:46 +02:00
Sebastian Rasmussen
5341d4d9fe Fix typos in adm.s, ald.s, apr.s and as.s 2019-10-19 22:20:46 +02:00
Sebastian Rasmussen
fecb4c23a2 Fix typos in cas.s and t?.s 2019-10-19 22:20:46 +02:00
Phil Budne
45b9288778 Merge pull request #108 from decuser/master
minor corrections to fop.s
2019-10-19 15:24:36 -04:00
Will Senn
bca675f19a minor corrections 2019-10-19 13:59:29 -05:00
Phil Budne
f110a6721c Merge pull request #106 from sebras/master
Correct entries in scans/README.md referring to p?.s
2019-10-19 14:41:44 -04:00
Sebastian Rasmussen
dd77b444d9 Correct entries in scans/README.md referring to p?.s 2019-10-19 20:38:29 +02:00
Phil Budne
d1f2953d9b Merge pull request #105 from philbudne/master
add p1-5 to README.md, merge p0.s at end of op.s
2019-10-19 14:33:28 -04:00
phil
e8df2ff818 add p1-5, last page of op.s 2019-10-19 14:31:52 -04:00
phil
61a0887087 merge p0.s into op.s 2019-10-19 14:31:29 -04:00
Tom Everett
76deea0152 added p to build and image 2019-10-19 12:15:28 -06:00
Tom Everett
64f3dd7e73 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 12:09:50 -06:00
Tom Everett
80817df1a0 Merge pull request #102 from sebras/master
Fix typos in p?.s.
2019-10-19 12:09:40 -06:00
Sebastian Rasmussen
ecefc957ba Fix typos in p?.s.
Take opportunity to remove excutable permissions from source code files.
2019-10-19 20:07:19 +02:00
Tom Everett
1b2cd4f456 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 12:06:17 -06:00
Tom Everett
9f4de131aa Merge pull request #101 from sebras/master
add moo.s
2019-10-19 12:02:42 -06:00
Sebastian Rasmussen
3c0dfb537c add moo.s 2019-10-19 19:38:40 +02:00
phil
4bbe3eff10 update top level README.md 2019-10-19 13:27:52 -04:00
Tom Everett
cb97a06755 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 11:25:50 -06:00
Tom Everett
dae10521cd Merge pull request #100 from sebras/master
add fop.s
2019-10-19 11:25:41 -06:00
Sebastian Rasmussen
512a3d3939 add fop.s 2019-10-19 19:24:03 +02:00
Tom Everett
ded8003b95 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 11:09:18 -06:00
Tom Everett
3d4c9eb171 Merge pull request #99 from sebras/master
Remove duplicate entries in scans/README.md.
2019-10-19 11:09:09 -06:00
Sebastian Rasmussen
1e5f5e31fe Remove duplicate entries in scans/README.md. 2019-10-19 19:06:10 +02:00
Tom Everett
68dd3db0bd formatting 2019-10-19 11:02:37 -06:00
Tom Everett
50598b621e added roff.s to build and image 2019-10-19 10:47:50 -06:00
Tom Everett
693123fe3b Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2019-10-19 10:45:43 -06:00