Merge pull request #184 from sebras/typos/s3.s
Fix typos in s3.s after manual review.
This commit is contained in:
+5
-2
@@ -70,7 +70,7 @@ lookfor: 0
|
|||||||
isz u.rq+8
|
isz u.rq+8
|
||||||
dzm u.intflg
|
dzm u.intflg
|
||||||
jmp sysexit
|
jmp sysexit
|
||||||
t= t+1
|
t = t+1
|
||||||
|
|
||||||
badcal:
|
badcal:
|
||||||
clon
|
clon
|
||||||
@@ -258,6 +258,10 @@ rkbdi:
|
|||||||
sad o134
|
sad o134
|
||||||
skp
|
skp
|
||||||
jmp 2f
|
jmp 2f
|
||||||
|
lacq
|
||||||
|
xor o40
|
||||||
|
lmq
|
||||||
|
jmp 2f
|
||||||
1:
|
1:
|
||||||
lacq
|
lacq
|
||||||
xor o20
|
xor o20
|
||||||
@@ -291,7 +295,6 @@ wdspo:
|
|||||||
jms swap
|
jms swap
|
||||||
jmp wdspo
|
jmp wdspo
|
||||||
|
|
||||||
|
|
||||||
rppti:
|
rppti:
|
||||||
lac d4
|
lac d4
|
||||||
jms getchar
|
jms getchar
|
||||||
|
|||||||
+5
-1
@@ -84,7 +84,7 @@ lookfor: 0
|
|||||||
isz u.rg+8 " give skip return
|
isz u.rg+8 " give skip return
|
||||||
dzm u.intflg " clear int flag
|
dzm u.intflg " clear int flag
|
||||||
jmp sysexit " return in child process
|
jmp sysexit " return in child process
|
||||||
t= t+1
|
t = t+1
|
||||||
|
|
||||||
badcal: " bad (unimplemented) system call
|
badcal: " bad (unimplemented) system call
|
||||||
clon " clear any pending clock interrupt?
|
clon " clear any pending clock interrupt?
|
||||||
@@ -291,6 +291,10 @@ rkbdi:
|
|||||||
sad o134
|
sad o134
|
||||||
skp " \| map to Ll ???
|
skp " \| map to Ll ???
|
||||||
jmp 2f
|
jmp 2f
|
||||||
|
lacq
|
||||||
|
xor o40
|
||||||
|
lmq
|
||||||
|
jmp 2f
|
||||||
1:
|
1:
|
||||||
lacq
|
lacq
|
||||||
xor o20
|
xor o20
|
||||||
|
|||||||
Reference in New Issue
Block a user