Home
last modified time | relevance | path

Searched refs:sim_PC (Results 1 – 25 of 53) sorted by relevance

123

/dports/emulators/simh/simh-3.9.0_5/swtp6800/swtp6800/
H A Dmp-a_sys.c58 REG *sim_PC = &m6800_reg[0]; variable
H A Dmp-a2_sys.c59 REG *sim_PC = &m6800_reg[0]; variable
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Ds100_disk1a.c91 extern REG *sim_PC;
761 *((int32 *) sim_PC->loc) = 0; in disk1a_boot()
H A Dn8vem.c89 extern REG *sim_PC;
202 *((int32 *) sim_PC->loc) = 0; in n8vem_boot()
H A Ds100_adcs6.c105 extern REG *sim_PC;
479 *((int32 *) sim_PC->loc) = 0xF000; in adcs6_boot()
H A Daltairz80_dsk.c141 extern REG *sim_PC;
328 *((int32 *) sim_PC->loc) = ALTAIR_ROM_LOW; in dsk_boot()
H A Ds100_64fdc.c103 extern REG *sim_PC;
1557 *((int32 *) sim_PC->loc) = 0xC000; in cromfdc_boot()
H A Ds100_mdsad.c74 extern REG *sim_PC;
377 *((int32 *) sim_PC->loc) = pnp->mem_base+1+(unitno&3); in mdsad_boot()
H A Ds100_mdriveh.c81 extern REG *sim_PC;
H A Daltairz80_hdsk.c69 extern REG *sim_PC;
493 *((int32 *) sim_PC->loc) = HDSK_BOOT_ADDRESS; in hdsk_boot()
/dports/emulators/xhomer/xhomer-9-16-06/
H A Dscp.c48 extern REG *sim_PC;
823 if ((r = dep_reg (0, 0, gbuf, sim_PC)) != SCPE_OK) return r; } in run_cmd()
877 sim_PC -> name); in run_cmd()
878 else printf ("\n%s, %s: ", sim_stop_messages[r], sim_PC -> name); in run_cmd()
879 print_val (addr = get_rval (sim_PC, 0), sim_PC -> radix, in run_cmd()
880 sim_PC -> width, sim_PC -> flags & REG_FMT); in run_cmd()
/dports/emulators/simh/simh-3.9.0_5/ALTAIR/
H A Daltair_sys.c53 REG *sim_PC = &cpu_reg[0]; variable
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu.c786 REG *sim_PC = NULL; /* the pointer to the P register */ variable
3435 if (sim_PC == NULL) { /* if this is the first call after simulato… in cpu_reset()
3440 for (sim_PC = dptr->registers; /* find the P register entry */ in cpu_reset()
3441 sim_PC->loc != &P && sim_PC->loc != NULL; /* in the register array */ in cpu_reset()
3442 sim_PC++); /* for the SCP interface */ in cpu_reset()
3444 … if (sim_PC == NULL) /* if the P register entry is not present */ in cpu_reset()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_cpu.c1070 REG *sim_PC = NULL; /* the pointer to the P register */ variable
3497 if (sim_PC == NULL) { /* if this is the first call after simulato… in cpu_reset()
3501 for (sim_PC = dptr->registers; /* then find the P register entry */ in cpu_reset()
3502 sim_PC->loc != &PR && sim_PC->loc != NULL; /* in the register array */ in cpu_reset()
3503 sim_PC++); /* for the SCP interface */ in cpu_reset()
3505 if (sim_PC == NULL) /* if the P register entry is not present */ in cpu_reset()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu.c778 REG *sim_PC = NULL; /* the pointer to the P register */ variable
3435 if (sim_PC == NULL) { /* if this is the first call after simulato… in cpu_reset()
3440 for (sim_PC = dptr->registers; /* find the P register entry */ in cpu_reset()
3441 sim_PC->loc != &P && sim_PC->loc != NULL; /* in the register array */ in cpu_reset()
3442 sim_PC++); /* for the SCP interface */ in cpu_reset()
3444 … if (sim_PC == NULL) /* if the P register entry is not present */ in cpu_reset()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_cpu.c1079 REG *sim_PC = NULL; /* the pointer to the P register */ variable
3774 if (sim_PC == NULL) { /* if this is the first call after simulato… in cpu_reset()
3778 for (sim_PC = dptr->registers; /* then find the P register entry */ in cpu_reset()
3779 sim_PC->loc != &PR && sim_PC->loc != NULL; /* in the register array */ in cpu_reset()
3780 sim_PC++); /* for the SCP interface */ in cpu_reset()
3782 if (sim_PC == NULL) /* if the P register entry is not present */ in cpu_reset()
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/
H A Dibm1130_sys.c51 REG *sim_PC = &cpu_reg[0]; variable
/dports/emulators/simh/simh-3.9.0_5/LGP/
H A Dlgp_sys.c61 REG *sim_PC = &cpu_reg[0]; variable
/dports/emulators/simh/simh-3.9.0_5/H316/
H A Dh316_sys.c60 REG *sim_PC = &cpu_reg[0]; variable
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dscp.h222 extern REG *sim_PC;
H A Dscp.c1931 lo = (t_addr) get_rval (sim_PC, 0); /* use PC */ in ssh_break()
2817 else pcv = strtotv (gbuf, &tptr, sim_PC->radix);/* parse PC */ in run_cmd()
2819 (pcv > (sim_PC->maxval > 0 in run_cmd()
2820 ? sim_PC->maxval in run_cmd()
2821 : width_mask[sim_PC->width]))) in run_cmd()
2823 put_rval (sim_PC, 0, pcv); /* store new PC */ in run_cmd()
2829 put_rval (sim_PC, 0, pcv); /* store again */ in run_cmd()
3004 fprint_stopped_gen (st, v, sim_PC, sim_dflt_dev); in fprint_stopped()
3400 if (rptr == sim_PC) /* if the PC is changing */ in put_rval()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/
H A Dscp.h221 extern REG *sim_PC;
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dscp.h222 extern REG *sim_PC;
H A Dscp.c1931 lo = (t_addr) get_rval (sim_PC, 0); /* use PC */ in ssh_break()
2817 else pcv = strtotv (gbuf, &tptr, sim_PC->radix);/* parse PC */ in run_cmd()
2819 (pcv > (sim_PC->maxval > 0 in run_cmd()
2820 ? sim_PC->maxval in run_cmd()
2821 : width_mask[sim_PC->width]))) in run_cmd()
2823 put_rval (sim_PC, 0, pcv); /* store new PC */ in run_cmd()
2829 put_rval (sim_PC, 0, pcv); /* store again */ in run_cmd()
3004 fprint_stopped_gen (st, v, sim_PC, sim_dflt_dev); in fprint_stopped()
3400 if (rptr == sim_PC) /* if the PC is changing */ in put_rval()
/dports/emulators/simh/simh-3.9.0_5/I1401/
H A Di1401_sys.c72 REG *sim_PC = &cpu_reg[0]; variable

123