update comments for "passone" (return one character from special device)

This commit is contained in:
Phil Budne
2016-03-07 17:22:33 -05:00
parent 1033fa24bf
commit a80e2afda7
+5 -5
View File
@@ -356,12 +356,12 @@ wppto:
jms swap jms swap
jmp wppto jmp wppto
" common exit for special file " common exit for special file input
passone: passone:
sad o4000 sad o4000 " CTRL/D?
jmp okexit jmp okexit " yes: return zero
dac u.base i dac u.base i " no: save for user
lac d1 lac d1 " return 1
dac u.ac dac u.ac
jmp sysexit jmp sysexit