1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-04 10:44:38 +00:00

Fix .TRANS in TJ6.

Must read a new character after the comma, before looping around.
This commit is contained in:
Lars Brinkhoff
2024-02-25 20:40:17 +01:00
parent 8f161cced9
commit d1023d1a07

View File

@@ -3414,9 +3414,10 @@ ATRANS: MOVE K,A ;.TRANS
PUSHJ P,RCSV
MOVEM A,TRNTBL(K)
PUSHJ P,RCSV
CAIN A,",
JRST ATRANS
CAIE A,",
POPJ P,
PUSHJ P,RCSV
JRST ATRANS
ASTERM: MOVEM A,STERMC ;.STERM
POPJ P,