Trailing-Edge
-
PDP-10 Archives
-
BB-L014E-BM
-
autopatch/comman.c05
There are no other files named comman.c05 in the archive.
REP 7/1 ;05C1
;COPYRIGHT (C) 1972,1981 BY DIGITAL EQUIPMENT CORPORATION
WIT
;COPYRIGHT (C) 1972,1981,1982 BY DIGITAL EQUIPMENT CORPORATION
REP 12/1 ;05C2
COMMAV= BYTE (3)0(9)6(6)0(18)^D113 ; Version Date: 28-Sep-81
WIT
COMMAV= BYTE (3)0(9)6(6)0(18)1160 ; Version Date: 14-Jun-82
INS 79/1 ;05C3
***** End V6 Development *****
1160 EGM 14-Jun-82
Properly discard .REL file when fatal errors occur during current
compile command (correct edit 752). Also prevent 20 code from
producing a .REL file when doing systax only checking (same as
10 code).
INS 169/1 ;05C4
FTLCOM==1B2 ;[1160] Fatal errors during this compile command
INS 611/1 ;05C5
MOVX T1,FTLCOM ;[1160] No fatal compile errors yet
ANDCAM T1,FLAGS2 ;[1160] for this command
INS 713/1 ;05C6
TXNN F,SW.OCS ;[1160] SYNTAX ONLY? IF SO LEAVE .REL ALONE
REP 809/1 ;05C7
TXNE F,SW.ERR ;ANY FATAL ERRORS?
WIT
MOVE T1,FLAGS2 ;[1160] Any fatal compile errors seen
TXNE T1,FTLCOM ;[1160] during this command?
SUM 189577