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