PROM 4799 src/dps8/dps8_cpu.c void setupPROM (uint cpuNo, unsigned char * PROM) { PROM 5156 src/dps8/dps8_cpu.c #define BURN(offset, length, string) memcpy ((char *) PROM + (offset), string, length) PROM 5157 src/dps8/dps8_cpu.c #define BURN1(offset, byte) PROM[offset] = (char) (byte) PROM 5159 src/dps8/dps8_cpu.c (void)memset (PROM, 255, 1024); PROM 2416 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 4767 src/simh/scp.c static void printp (unsigned char * PROM, char * label, int offset, int length) { PROM 4772 src/simh/scp.c unsigned int byte = PROM[offset + l]; PROM 4805 src/simh/scp.c static void printpq (unsigned char * PROM, FILE * st, int offset, int length) { PROM 4811 src/simh/scp.c unsigned int byte = PROM[offset + l]; PROM 4828 src/simh/scp.c unsigned char PROM[1024]; PROM 4829 src/simh/scp.c setupPROM (0, PROM); PROM 4832 src/simh/scp.c (long long unsigned)sizeof(PROM)); PROM 4841 src/simh/scp.c printp (PROM, "CPU Model ", 0, 11); PROM 4842 src/simh/scp.c printp (PROM, "CPU Serial ", 11, 11); PROM 4843 src/simh/scp.c printp (PROM, "Ship Date ", 22, 6); PROM 4844 src/simh/scp.c printp (PROM, "PROM Layout Version ", 60, 1); PROM 4845 src/simh/scp.c printp (PROM, "Release Git Commit Date ", 70, 10); PROM 4846 src/simh/scp.c printp (PROM, "Release Major ", 80, 3); PROM 4847 src/simh/scp.c printp (PROM, "Release Minor ", 83, 3); PROM 4848 src/simh/scp.c printp (PROM, "Release Patch ", 86, 3); PROM 4849 src/simh/scp.c printp (PROM, "Release Iteration ", 89, 3); PROM 4850 src/simh/scp.c printp (PROM, "Release Build Number ", 92, 8); /* Reserved */ PROM 4851 src/simh/scp.c printp (PROM, "Release Type ", 100, 1); PROM 4852 src/simh/scp.c printp (PROM, "Release Version Text ", 101, 29); PROM 4853 src/simh/scp.c printp (PROM, "Build Architecture ", 130, 20); PROM 4854 src/simh/scp.c printp (PROM, "Build Operating System ", 150, 20); PROM 4855 src/simh/scp.c printp (PROM, "Target Architecture ", 170, 20); PROM 4856 src/simh/scp.c printp (PROM, "Target Operating System ", 190, 20);