Trailing-Edge
-
PDP-10 Archives
-
bb-bt99g-bb
-
p2s1.c12
There is 1 other file named p2s1.c12 in the archive. Click here to see a list.
REP 19/1 ;12C1
!AUTHOR: S. MURPHY/JNG/DCE/TFV/CDM/RVM/AHM/TJK
WIT
!AUTHOR: S. MURPHY/JNG/DCE/TFV/CDM/RVM/AHM/TJK/MEM
REP 24/1 ;12C2
GLOBAL BIND P2S1V = #10^24 + 0^18 + #2404; ! Version Date: 21-Jun-84
WIT
GLOBAL BIND P2S1V = #10^24 + 0^18 + #2544; ! Version Date: 13-Aug-85
INS 202/1 ;12C3
2544 MEM 13-Aug-85
When converting subtract node into add node, don't just set neg flag to
one, because it might already be set and need to be cleared.
REP 131/8 ;12C4
CNODE[A2NEGFLG] = 1;
WIT
%2544% CNODE[A2NEGFLG] = IF .CNODE[A2NEGFLG] THEN 0 ELSE 1;
SUM 248913