;UltraSoft Automatic Software Patch
;
;Product:       Line Editor             UltraSoft patch number: L1
;Version:       1.0F                    Version after patch: 1.0F-1
;Hash:          276-360-252-202         Hash after patch: 541-547-750-337
;
;This patch corrects the following problem(s):
;       1. TAB characters in control files were not being passed to the
;          task manager.  Under AMOS/L 1.3 and 1.3A, the $JOB/NEXT directive
;          failed, because TASK forces "SUBMIT"<TAB> to the batch job.
;
;Line Editor version 1.0F-1 is functionally equivalent to version 1.0G.

       COPY    PATCH

       OVER    1,0,6,0,0
       NVER    1,0,6,0,1
       OHASH   276,360,252,202
       NHASH   541,547,750,337

       .=1456
       BYTE    11

       .=1510
10$:    WORD    20$-10$

       .=1572
20$:    MOV     #40,D1
       JMP     30$

       .=4140
30$:

       END