PROM             4787 src/dps8/dps8_cpu.c void setupPROM (uint cpuNo, unsigned char * PROM) {
PROM             5142 src/dps8/dps8_cpu.c #define BURN(offset, length, string) memcpy ((char *) PROM + (offset), string, length)
PROM             5143 src/dps8/dps8_cpu.c #define BURN1(offset, byte) PROM[offset] = (char) (byte)
PROM             5145 src/dps8/dps8_cpu.c   (void)memset (PROM, 255, 1024);
PROM             2419 src/dps8/dps8_cpu.h void setupPROM (uint cpuNo, unsigned char * PROM);
PROM             8224 src/dps8/dps8_ins.c                   unsigned char PROM[1024];
PROM             8225 src/dps8/dps8_ins.c                   setupPROM (current_running_cpu_idx, PROM);
PROM             8226 src/dps8/dps8_ins.c                   cpu.rA = PROM[cpu.TPR.CA & 1023];
PROM             4663 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) {
PROM             4668 src/simh/scp.c       unsigned int byte = PROM[offset + l];
PROM             4701 src/simh/scp.c static void printpq (unsigned char * PROM, FILE * st, int offset, int length) {
PROM             4707 src/simh/scp.c       unsigned int byte = PROM[offset + l];
PROM             4724 src/simh/scp.c   unsigned char PROM[1024];
PROM             4725 src/simh/scp.c   setupPROM (0, PROM);
PROM             4728 src/simh/scp.c               (long long unsigned)sizeof(PROM));
PROM             4737 src/simh/scp.c   printp (PROM, "CPU Model                ",       0,          11);
PROM             4738 src/simh/scp.c   printp (PROM, "CPU Serial               ",      11,          11);
PROM             4739 src/simh/scp.c   printp (PROM, "Ship Date                ",      22,           6);
PROM             4740 src/simh/scp.c   printp (PROM, "PROM Layout Version      ",      60,           1);
PROM             4741 src/simh/scp.c   printp (PROM, "Release Git Commit Date  ",      70,          10);
PROM             4742 src/simh/scp.c   printp (PROM, "Release Major            ",      80,           3);
PROM             4743 src/simh/scp.c   printp (PROM, "Release Minor            ",      83,           3);
PROM             4744 src/simh/scp.c   printp (PROM, "Release Patch            ",      86,           3);
PROM             4745 src/simh/scp.c   printp (PROM, "Release Iteration        ",      89,           3);
PROM             4746 src/simh/scp.c   printp (PROM, "Release Build Number     ",      92,           8);  /* Reserved */
PROM             4747 src/simh/scp.c   printp (PROM, "Release Type             ",     100,           1);
PROM             4748 src/simh/scp.c   printp (PROM, "Release Version Text     ",     101,          29);
PROM             4749 src/simh/scp.c   printp (PROM, "Build Architecture       ",     130,          20);
PROM             4750 src/simh/scp.c   printp (PROM, "Build Operating System   ",     150,          20);
PROM             4751 src/simh/scp.c   printp (PROM, "Target Architecture      ",     170,          20);
PROM             4752 src/simh/scp.c   printp (PROM, "Target Operating System  ",     190,          20);