reviewed a*s and the two .b files

This commit is contained in:
Will Senn
2016-03-01 10:17:34 -06:00
parent 220f87efed
commit 4914fc5dc8
5 changed files with 85 additions and 33 deletions
+2
View File
@@ -1,3 +1,4 @@
/* ** 08-rest.pdf page 4 */
main $(
auto ch;
extrn read, write;
@@ -8,6 +9,7 @@ main $(
ch = ch + 040;
if (ch==015) goto loop;
if (ch==014) goto loop;
/* -->------------------------> if (ch == 0177) goto loop; */
if (ch==011)
$( ch = 040040;
write(040040);