1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-01-13 15:27:39 +00:00

Add page comments to dsksav.s, dsksav.s and dskio.s.

This commit is contained in:
Sebastian Rasmussen 2019-10-24 03:40:33 +02:00
parent e8c99b737a
commit 914c466d4a
6 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,4 @@
"** 07-13-19.pdf page 42
" dskio
dskrd0: 0
@ -60,6 +61,7 @@ iskio: 0
dssf
jmp .-1
dsrs
"** 07-13-19.pdf page 43
sma
jmp 1f
isz 3f
@ -75,4 +77,4 @@ o200000: 0200000
dskbufp: dskbuf
side: .=.+1
dskbuf: .=.+640
dskbuf: .=.+640

View File

@ -1,3 +1,4 @@
"** 07-13-19.pdf page 41
" dskres
iof
@ -23,4 +24,4 @@
track: 0
c1: 0
d10: 10
d10: 10

View File

@ -1,3 +1,4 @@
"** 07-13-19.pdf page 40
" dsksav
iof

View File

@ -1,3 +1,4 @@
"** 07-13-19.pdf page 42
" dskio
" Reads 10 blocks from side 0 at block address AC into buffer dskbuf
@ -94,6 +95,7 @@ dskio: 0
dsls
dssf " wait for ERROR/DONE
jmp .-1
"** 07-13-19.pdf page 43
dsrs " read disk status into AC, bit 0 indicates errors
sma " if bit 0 of AC is set, AC is negative.
" if AC is negative, continue below and do another

View File

@ -1,3 +1,4 @@
"** 07-13-19.pdf page 41
" dskres
" Copies the entire file system (except system image and

View File

@ -1,3 +1,4 @@
"** 07-13-19.pdf page 40
" dsksav
" Copies the entire file system (except system image and