1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-26 17:04:05 +00:00

Merge pull request #105 from philbudne/master

add p1-5 to README.md, merge p0.s at end of op.s
This commit is contained in:
Phil Budne
2019-10-19 14:33:28 -04:00
committed by GitHub
3 changed files with 44 additions and 37 deletions

View File

@@ -61,6 +61,12 @@ Details of the files:
* moo.s pages 22-30 of 09-1-35.pdf
* nm.s pages 31-34 of 09-1-35.pdf
* op.s page 35 of 09-1-35.pdf
* page 1 of 10-36-55.pdf
* p1.s pages 2-6 of 10-36-55.pdf
* p2.s pages 7-10 of 10-36-55.pdf
* p3.s pages 11-13 of 10-36-55.pdf
* p4.s pages 17 of 10-36-55.pdf
* p5.s pages 18-20 of 10-36-55.pdf
* pd.s: page 1 of 11-45-91.pdf
* psych.s: page 2-6 of 11-45-91.pdf
* rm.s: page 7 of 11-45-91.pdf

View File

@@ -61,3 +61,41 @@ lacs = 0641001
clq = 0650000
ads = 0644000
gsm = 0664000
"** 10-36-55.pdf page 1
osc = 0640001
omq = 0640002
otq = 0642000
cmq = 0640004
lmq = 0652000
ecla = 0641000
i = 020000
save = 1
getuid = 2
open = 3
read = 4
write = 5
creat = 6
seek = 7
tell = 8
close = 9
link = 10
unlink = 11
setuid = 12
rename = 13
exit = 14
time = 15
intrp = 16
chdir = 17
chmode = 18
chowner = 19
sysloc = 21
capt = 23
rele = 24
status = 25
sleep = 26
smes = 27
rmes = 28
fork = 29

View File

@@ -1,37 +0,0 @@
"** 10-36-55.pdf page 1
osc = 0640001
omq = 0640002
otq = 0642000
cmq = 0640004
lmq = 0652000
ecla = 0641000
i = 020000
save = 1
getuid = 2
open = 3
read = 4
write = 5
creat = 6
seek = 7
tell = 8
close = 9
link = 10
unlink = 11
setuid = 12
rename = 13
exit = 14
time = 15
intrp = 16
chdir = 17
chmode = 18
chowner = 19
sysloc = 21
capt = 23
rele = 24
status = 25
sleep = 26
smes = 27
rmes = 28
fork = 29