!* modified 16/11/86 ! add definitions of Cpu,Numoptregs !* modified 10/10/85 !* %constinteger ICL2900 = 1 %constinteger PERQPNX = 2 %constinteger ACCENT = 3 %constinteger IBM = 4 %constinteger VAX = 5 %constinteger M68000 = 6 %constinteger INTEL = 7 %constinteger LATTICE = 8 %constinteger VNS = 9 %constinteger GOULD =10 %constinteger WWC = 11 %constinteger WCW = 11 !* %constinteger POSITIVE = 1 %constinteger NEGATIVE = -1 !* %constinteger HOST = IBM %constinteger TARGET = IBM %constinteger STACK DIRECTION = POSITIVE !* %constinteger Concept = 0 %constinteger NP1 = 1 %constinteger Cpu = Concept {used only for Target=Gould at present } !* %constinteger Numoptregs = 0 {number of regs available for allocation} {by Fortran optimiser - normally 0 or 1 } !* %constinteger IMP = 1 %constinteger fortran = 2 %constinteger ccomp = 11 %constinteger pascal = 14