Merge pull request #201 from sebras/pagecomments/dsk.s

Add page comments to dsksav.s, dsksav.s and dskio.s.
This commit is contained in:
Tom Everett
2020-03-14 14:54:47 -06:00
committed by GitHub
6 changed files with 10 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,4 @@
"** 07-13-19.pdf page 42
" dskio " dskio
dskrd0: 0 dskrd0: 0
@@ -60,6 +61,7 @@ iskio: 0
dssf dssf
jmp .-1 jmp .-1
dsrs dsrs
"** 07-13-19.pdf page 43
sma sma
jmp 1f jmp 1f
isz 3f isz 3f
@@ -75,4 +77,4 @@ o200000: 0200000
dskbufp: dskbuf dskbufp: dskbuf
side: .=.+1 side: .=.+1
dskbuf: .=.+640 dskbuf: .=.+640
+2 -1
View File
@@ -1,3 +1,4 @@
"** 07-13-19.pdf page 41
" dskres " dskres
iof iof
@@ -23,4 +24,4 @@
track: 0 track: 0
c1: 0 c1: 0
d10: 10 d10: 10
+1
View File
@@ -1,3 +1,4 @@
"** 07-13-19.pdf page 40
" dsksav " dsksav
iof iof
+2
View File
@@ -1,3 +1,4 @@
"** 07-13-19.pdf page 42
" dskio " dskio
" Reads 10 blocks from side 0 at block address AC into buffer dskbuf " Reads 10 blocks from side 0 at block address AC into buffer dskbuf
@@ -94,6 +95,7 @@ dskio: 0
dsls dsls
dssf " wait for ERROR/DONE dssf " wait for ERROR/DONE
jmp .-1 jmp .-1
"** 07-13-19.pdf page 43
dsrs " read disk status into AC, bit 0 indicates errors dsrs " read disk status into AC, bit 0 indicates errors
sma " if bit 0 of AC is set, AC is negative. sma " if bit 0 of AC is set, AC is negative.
" if AC is negative, continue below and do another " if AC is negative, continue below and do another
+1
View File
@@ -1,3 +1,4 @@
"** 07-13-19.pdf page 41
" dskres " dskres
" Copies the entire file system (except system image and " Copies the entire file system (except system image and
+1
View File
@@ -1,3 +1,4 @@
"** 07-13-19.pdf page 40
" dsksav " dsksav
" Copies the entire file system (except system image and " Copies the entire file system (except system image and