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:
@@ -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,
|
||||
Reference in New Issue
Block a user