PROM             4540 src/dps8/dps8_cpu.c void setupPROM (uint cpuNo, unsigned char * PROM) {
PROM             4861 src/dps8/dps8_cpu.c #define BURN(offset, length, string) memcpy ((char *) PROM + (offset), string, length)
PROM             4862 src/dps8/dps8_cpu.c #define BURN1(offset, byte) PROM[offset] = (char) (byte)
PROM             4864 src/dps8/dps8_cpu.c   (void)memset (PROM, 255, 1024);
PROM             2400 src/dps8/dps8_cpu.h void setupPROM (uint cpuNo, unsigned char * PROM);
PROM             8159 src/dps8/dps8_ins.c                   unsigned char PROM[1024];
PROM             8160 src/dps8/dps8_ins.c                   setupPROM (current_running_cpu_idx, PROM);
PROM             8161 src/dps8/dps8_ins.c                   cpu.rA = PROM[cpu.TPR.CA & 1023];
PROM             4540 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) {
PROM             4545 src/simh/scp.c       unsigned int byte = PROM[offset + l];
PROM             4578 src/simh/scp.c static void printpq (unsigned char * PROM, FILE * st, int offset, int length) {
PROM             4584 src/simh/scp.c       unsigned int byte = PROM[offset + l];
PROM             4601 src/simh/scp.c   unsigned char PROM[1024];
PROM             4602 src/simh/scp.c   setupPROM (0, PROM);
PROM             4605 src/simh/scp.c               (long long unsigned)sizeof(PROM));
PROM             4614 src/simh/scp.c   printp (PROM, "CPU Model                ",       0,          11);
PROM             4615 src/simh/scp.c   printp (PROM, "CPU Serial               ",      11,          11);
PROM             4616 src/simh/scp.c   printp (PROM, "Ship Date                ",      22,           6);
PROM             4617 src/simh/scp.c   printp (PROM, "PROM Layout Version      ",      60,           1);
PROM             4618 src/simh/scp.c   printp (PROM, "Release Git Commit Date  ",      70,          10);
PROM             4619 src/simh/scp.c   printp (PROM, "Release Major            ",      80,           3);
PROM             4620 src/simh/scp.c   printp (PROM, "Release Minor            ",      83,           3);
PROM             4621 src/simh/scp.c   printp (PROM, "Release Patch            ",      86,           3);
PROM             4622 src/simh/scp.c   printp (PROM, "Release Iteration        ",      89,           3);
PROM             4623 src/simh/scp.c   printp (PROM, "Release Build Number     ",      92,           8);  /* Reserved */
PROM             4624 src/simh/scp.c   printp (PROM, "Release Type             ",     100,           1);
PROM             4625 src/simh/scp.c   printp (PROM, "Release Version Text     ",     101,          29);
PROM             4626 src/simh/scp.c   printp (PROM, "Build Architecture       ",     130,          20);
PROM             4627 src/simh/scp.c   printp (PROM, "Build Operating System   ",     150,          20);
PROM             4628 src/simh/scp.c   printp (PROM, "Target Architecture      ",     170,          20);
PROM             4629 src/simh/scp.c   printp (PROM, "Target Operating System  ",     190,          20);