PROM             4538 src/dps8/dps8_cpu.c void setupPROM (uint cpuNo, unsigned char * PROM) {
PROM             4859 src/dps8/dps8_cpu.c #define BURN(offset, length, string) memcpy ((char *) PROM + (offset), string, length)
PROM             4860 src/dps8/dps8_cpu.c #define BURN1(offset, byte) PROM[offset] = (char) (byte)
PROM             4862 src/dps8/dps8_cpu.c   (void)memset (PROM, 255, 1024);
PROM             2408 src/dps8/dps8_cpu.h void setupPROM (uint cpuNo, unsigned char * PROM);
PROM             8154 src/dps8/dps8_ins.c                   unsigned char PROM[1024];
PROM             8155 src/dps8/dps8_ins.c                   setupPROM (current_running_cpu_idx, PROM);
PROM             8156 src/dps8/dps8_ins.c                   cpu.rA = PROM[cpu.TPR.CA & 1023];
PROM             4552 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) {
PROM             4557 src/simh/scp.c       unsigned int byte = PROM[offset + l];
PROM             4590 src/simh/scp.c static void printpq (unsigned char * PROM, FILE * st, int offset, int length) {
PROM             4596 src/simh/scp.c       unsigned int byte = PROM[offset + l];
PROM             4613 src/simh/scp.c   unsigned char PROM[1024];
PROM             4614 src/simh/scp.c   setupPROM (0, PROM);
PROM             4617 src/simh/scp.c               (long long unsigned)sizeof(PROM));
PROM             4626 src/simh/scp.c   printp (PROM, "CPU Model                ",       0,          11);
PROM             4627 src/simh/scp.c   printp (PROM, "CPU Serial               ",      11,          11);
PROM             4628 src/simh/scp.c   printp (PROM, "Ship Date                ",      22,           6);
PROM             4629 src/simh/scp.c   printp (PROM, "PROM Layout Version      ",      60,           1);
PROM             4630 src/simh/scp.c   printp (PROM, "Release Git Commit Date  ",      70,          10);
PROM             4631 src/simh/scp.c   printp (PROM, "Release Major            ",      80,           3);
PROM             4632 src/simh/scp.c   printp (PROM, "Release Minor            ",      83,           3);
PROM             4633 src/simh/scp.c   printp (PROM, "Release Patch            ",      86,           3);
PROM             4634 src/simh/scp.c   printp (PROM, "Release Iteration        ",      89,           3);
PROM             4635 src/simh/scp.c   printp (PROM, "Release Build Number     ",      92,           8);  /* Reserved */
PROM             4636 src/simh/scp.c   printp (PROM, "Release Type             ",     100,           1);
PROM             4637 src/simh/scp.c   printp (PROM, "Release Version Text     ",     101,          29);
PROM             4638 src/simh/scp.c   printp (PROM, "Build Architecture       ",     130,          20);
PROM             4639 src/simh/scp.c   printp (PROM, "Build Operating System   ",     150,          20);
PROM             4640 src/simh/scp.c   printp (PROM, "Target Architecture      ",     170,          20);
PROM             4641 src/simh/scp.c   printp (PROM, "Target Operating System  ",     190,          20);