mirror of
https://github.com/PDP-10/its.git
synced 2026-05-26 23:07:17 +00:00
Fix wrong encoding of \r in Muddle 56 source.
Found from comparison with a TS MUD54 binary. The Muddle 56/106 source came from TOPS-20 originally, and it had been extracted with newline conversion but not ITS encoding. Most of these are cosmetic, but there are a couple of VALRET strings with embedded \rs -- including the one used to exit initialisation. So successful initialisation now finishes with a *, rather than opening a random location.
This commit is contained in:
committed by
Adam Sampson
parent
8fa00758d0
commit
366665e77a
@@ -496,7 +496,7 @@ IFE ITS, MOVE C,[HALTF]
|
||||
IFE ITS, SKIPE OPSYS
|
||||
MOVE C,[ASCII \0/9\]
|
||||
MOVE D,[ASCII \B/1Q\]
|
||||
MOVE E,[ASCIZ \
*
\] ;TERMINATE
|
||||
MOVE E,[ASCIZ \<EFBFBD>*<EFBFBD>\] ;TERMINATE
|
||||
POPJ P, ; GO
|
||||
|
||||
; CHECK PAIR SPACE
|
||||
|
||||
Reference in New Issue
Block a user