PROM 4590 src/dps8/dps8_cpu.c void setupPROM (uint cpuNo, unsigned char * PROM) { PROM 4889 src/dps8/dps8_cpu.c #define BURN(offset, length, string) memcpy ((char *) PROM + (offset), string, length) PROM 4890 src/dps8/dps8_cpu.c #define BURN1(offset, byte) PROM[offset] = (char) (byte) PROM 4892 src/dps8/dps8_cpu.c memset (PROM, 255, 1024); PROM 2392 src/dps8/dps8_cpu.h void setupPROM (uint cpuNo, unsigned char * PROM); PROM 7824 src/dps8/dps8_ins.c unsigned char PROM[1024]; PROM 7825 src/dps8/dps8_ins.c setupPROM (current_running_cpu_idx, PROM); PROM 7826 src/dps8/dps8_ins.c cpu.rA = PROM[cpu.TPR.CA & 1023]; PROM 4315 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) { PROM 4320 src/simh/scp.c unsigned int byte = PROM[offset + l]; PROM 4353 src/simh/scp.c static void printpq (unsigned char * PROM, FILE * st, int offset, int length) { PROM 4359 src/simh/scp.c unsigned int byte = PROM[offset + l]; PROM 4376 src/simh/scp.c unsigned char PROM[1024]; PROM 4377 src/simh/scp.c setupPROM (0, PROM); PROM 4380 src/simh/scp.c (long long unsigned)sizeof(PROM)); PROM 4389 src/simh/scp.c printp (PROM, "CPU Model ", 0, 11); PROM 4390 src/simh/scp.c printp (PROM, "CPU Serial ", 11, 11); PROM 4391 src/simh/scp.c printp (PROM, "Ship Date ", 22, 6); PROM 4392 src/simh/scp.c printp (PROM, "PROM Layout Version ", 60, 1); PROM 4393 src/simh/scp.c printp (PROM, "Release Git Commit Date ", 70, 10); PROM 4394 src/simh/scp.c printp (PROM, "Release Major ", 80, 3); PROM 4395 src/simh/scp.c printp (PROM, "Release Minor ", 83, 3); PROM 4396 src/simh/scp.c printp (PROM, "Release Patch ", 86, 3); PROM 4397 src/simh/scp.c printp (PROM, "Release Iteration ", 89, 3); PROM 4398 src/simh/scp.c printp (PROM, "Release Build Number ", 92, 8); /* Reserved */ PROM 4399 src/simh/scp.c printp (PROM, "Release Type ", 100, 1); PROM 4400 src/simh/scp.c printp (PROM, "Release Version Text ", 101, 29); PROM 4401 src/simh/scp.c printp (PROM, "Build Architecture ", 130, 20); PROM 4402 src/simh/scp.c printp (PROM, "Build Operating System ", 150, 20); PROM 4403 src/simh/scp.c printp (PROM, "Target Architecture ", 170, 20); PROM 4404 src/simh/scp.c printp (PROM, "Target Operating System ", 190, 20);