Fix typos in ds.s after manual review.
This commit is contained in:
+3
-3
@@ -67,7 +67,7 @@ loop:
|
|||||||
jmp 1b
|
jmp 1b
|
||||||
|
|
||||||
lac ddfilp
|
lac ddfilp
|
||||||
tad i1
|
tad d1
|
||||||
dac i1
|
dac i1
|
||||||
lac i1 i
|
lac i1 i
|
||||||
dac .+3
|
dac .+3
|
||||||
@@ -111,7 +111,7 @@ loop:
|
|||||||
dzm fflg
|
dzm fflg
|
||||||
law fbuf
|
law fbuf
|
||||||
dac i2
|
dac i2
|
||||||
r1
|
-1
|
||||||
tad nfiles
|
tad nfiles
|
||||||
cma
|
cma
|
||||||
dac c2
|
dac c2
|
||||||
@@ -126,7 +126,7 @@ loop:
|
|||||||
-1
|
-1
|
||||||
tad i1
|
tad i1
|
||||||
dac i3
|
dac i3
|
||||||
iac i3 i
|
lac i3 i
|
||||||
dac c3
|
dac c3
|
||||||
law fbuf
|
law fbuf
|
||||||
dac i3
|
dac i3
|
||||||
|
|||||||
+2
-2
@@ -72,7 +72,7 @@ loop:
|
|||||||
jmp 1b
|
jmp 1b
|
||||||
|
|
||||||
lac ddfilp
|
lac ddfilp
|
||||||
tad i1
|
tad d1
|
||||||
dac i1
|
dac i1
|
||||||
lac i1 i
|
lac i1 i
|
||||||
dac .+3
|
dac .+3
|
||||||
@@ -382,7 +382,7 @@ octal: 0
|
|||||||
lac octal i " Save the actual number of print digits into c
|
lac octal i " Save the actual number of print digits into c
|
||||||
dac c " as a negative number.
|
dac c " as a negative number.
|
||||||
1:
|
1:
|
||||||
cla
|
ecla
|
||||||
llss 3 " Shift 3 more bits into AC
|
llss 3 " Shift 3 more bits into AC
|
||||||
tad o60 " Add AC to ASCII '0'
|
tad o60 " Add AC to ASCII '0'
|
||||||
jms putc " and print out the digit
|
jms putc " and print out the digit
|
||||||
|
|||||||
Reference in New Issue
Block a user