instrCntAll      2140 src/dps8/dps8_cpu.c     unsigned long long instrCntAll      = 0;
instrCntAll      3210 src/dps8/dps8_cpu.c         instrCntAll      = instrCntAll      + (unsigned long long)cpus[n].instrCnt;
instrCntAll      3229 src/dps8/dps8_cpu.c         sim_msg ("\r|  instructions  %15llu  |\r\n", instrCntAll);
instrCntAll      3252 src/dps8/dps8_cpu.c         sim_msg ("\r|  instructions  %'15llu  |\r\n", instrCntAll);