!* !*********************** TRIAD operator values ************************* !* %constinteger ADD = X'02' %constinteger SUB = X'03' %constinteger MULT = X'04' %constinteger DIV = X'05' %constinteger NEG = X'06' %constinteger ASMT = X'07' %constinteger CVT = X'08' %constinteger ARR = X'09' %constinteger ARR1 = X'0A' %constinteger BOP = X'0B' %constinteger ASGN = X'0C' %constinteger EXP = X'0E' %constinteger EXP3 = X'0F' %constinteger AND = X'10' %constinteger OR = X'11' %constinteger NOT = X'12' %constinteger EQUIV = X'13' %constinteger NEQ = X'14' %constinteger GT = X'15' %constinteger LT = X'16' %constinteger NE = X'17' %constinteger EQ = X'18' %constinteger GE = X'19' %constinteger LE = X'1A' %constinteger SUBSTR = X'1B' %constinteger CHAR = X'1C' %constinteger CONCAT = X'1D' %constinteger CHHEAD = X'1E' %constinteger STOD1 = X'20' %constinteger STOD2 = X'21' %constinteger EOD1 = X'24' %constinteger EOD2 = X'25' %constinteger BRK = X'28' %constinteger DARR = X'29' %constinteger DEFARR = X'29' %constinteger RRSUB = X'2A' %constinteger RRDIV = X'2B' %constinteger DCHAR = X'2C' %constinteger ASH = X'2D' %constinteger STRTIO = X'30' %constinteger IOITEM = X'31' %constinteger IODO = X'32' %constinteger IOSPEC = X'33' %constinteger IO = X'34' %constinteger ENDIO = X'34' %constinteger DIOITEM= X'35' %constinteger SUBS = X'38' %constinteger ARGARR = X'39' %constinteger INIT = X'3A' %constinteger INCR = X'3B' %constinteger DECR = X'3C' %constinteger DINIT = X'3D' %constinteger PINCR = X'3E' %constinteger NOOP = X'40' %constinteger FUN = X'41' %constinteger SUBR = X'42' %constinteger ARG = X'43' %constinteger STRTSF = X'44' %constinteger ENDSF = X'45' %constinteger CALLSF = X'46' %constinteger IFUN = X'47' %constinteger DARG = X'48' %constinteger IARG = X'49' %constinteger REPL = X'4A' %constinteger REF = X'4B' %constinteger LOADB = X'4C' %constinteger STOREB = X'4D' %constinteger MOO = X'4E' %constinteger JIT = X'50' %constinteger JIF = X'51' %constinteger JINN = X'52' %constinteger JINP = X'53' %constinteger JINZ = X'54' %constinteger JIN = X'55' %constinteger JIP = X'56' %constinteger JIZ = X'57' %constinteger CGT = X'58' %constinteger GOTO = X'59' %constinteger RET = X'5A' %constinteger STOP = X'5B' %constinteger PAUSE = X'5C' %constinteger EOT = X'5D' %constinteger NINT = X'5E' %constinteger ANINT = X'5F' %constinteger STMT = X'60' %constinteger ITS = X'61' %constinteger PA = X'62' %constinteger TOCHAR = X'63' %constinteger DIM = X'64' %constinteger DMULT = X'65' %constinteger AINT = X'66' %constinteger ABS = X'67' %constinteger MOD = X'68' %constinteger SIGN = X'69' %constinteger MIN = X'6A' %constinteger MAX = X'6B' %constinteger REALL = X'6C' %constinteger IMAG = X'6D' %constinteger CMPLX = X'6E' %constinteger CONJG = X'6F' %constinteger LEN = X'70' %constinteger ICHAR = X'71' %constinteger CHIND = X'72' %constinteger DCMPLX = X'73' %constinteger INTRIN = X'74' !*