1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-11 23:53:23 +00:00

Merge pull request #200 from sebras/pagecomments/bl.s

Add page comments to bl.s.
This commit is contained in:
Tom Everett 2020-03-14 14:54:58 -06:00 committed by GitHub
commit 01a65e05fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,4 @@
"** 06-5-12.pdf page 3
" bl
jmp start
@ -60,6 +61,7 @@ getc: 0
lac cibufp
sad eibufp
jmp 1f
"** 06-5-12.pdf page 4
lac cibufp i
and o777
dac iflg
@ -121,6 +123,7 @@ stop:
flush: 0
lac oflg
sza
"** 06-5-12.pdf page 5
isz cobufp
lac cobufp
cma
@ -182,6 +185,7 @@ initio: 0
.fin: 0
.fout: 1
eibufp: 0
"** 06-5-12.pdf page 6
cibufp: 0
iflg: 0
eobufp: 0
@ -191,4 +195,4 @@ lastv: 017770
o777: 0777
d4:o4: 4
d8: 8
d8: 8

View File

@ -1,3 +1,4 @@
"** 06-5-12.pdf page 3
" bl
jmp start
@ -60,6 +61,7 @@ getc: 0
lac cibufp
sad eibufp
jmp 1f
"** 06-5-12.pdf page 4
lac cibufp i
and o777
dac iflg
@ -121,6 +123,7 @@ stop:
flush: 0
lac oflg
sza
"** 06-5-12.pdf page 5
isz cobufp
lac cobufp
cma
@ -182,6 +185,7 @@ initio: 0
.fin: 0
.fout: 1
eibufp: 0
"** 06-5-12.pdf page 6
cibufp: 0
iflg: 0
eobufp: 0