theMatrix        1020 src/dps8/dps8_ins.c static long long theMatrix[1024] // 1024 opcodes (2^10)
theMatrix        1027 src/dps8/dps8_ins.c     memset (theMatrix, 0, sizeof (theMatrix));
theMatrix        1037 src/dps8/dps8_ins.c     theMatrix[_opcode][_opcodeX][_a][_tag] ++;
theMatrix        1050 src/dps8/dps8_ins.c     if ((count = theMatrix[opcode][opcodeX][a][tag]))