1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-16 00:31:13 +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:
Adam Sampson
2020-09-09 03:06:11 +01:00
committed by Adam Sampson
parent 8fa00758d0
commit 366665e77a
9 changed files with 29 additions and 29 deletions

View File

@@ -155,7 +155,7 @@ SPOUT: JUMPE LPVP,DPGC4 ; END OF CHAIN
SUBI C,2 ; WE'RE NOT SENDING OUT THE VALUE PAIR
HRLM C,(F) ; ADJUSTED LENGTH
MOVE 0,C ; COPY C FOR TRBLKX
SUBI E,(C) ; ADJUST PTRS FOR SENDOUT
SUBI E,(C) ; ADJUST PTRS FOR SENDOUTî
SUBI F,-1(C)
PUSHJ P,TRBLKX ; OUT IT GOES
JRST SPOUT