Home
last modified time | relevance | path

Searched refs:inst_rst (Results 1 – 10 of 10) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dlr35902.cc606 case 0xc7: return(inst_rst(code)); in exec_inst()
616 case 0xcf: return(inst_rst(code)); in exec_inst()
625 case 0xd7: return(inst_rst(code)); in exec_inst()
635 case 0xdf: return(inst_rst(code)); in exec_inst()
645 case 0xe7: return(inst_rst(code)); in exec_inst()
653 case 0xef: return(inst_rst(code)); in exec_inst()
662 case 0xf7: return(inst_rst(code)); in exec_inst()
671 case 0xff: return(inst_rst(code)); in exec_inst()
H A Dz80.cc672 case 0xc7: return(inst_rst(code)); in exec_inst()
682 case 0xcf: return(inst_rst(code)); in exec_inst()
692 case 0xd7: return(inst_rst(code)); in exec_inst()
704 case 0xdf: return(inst_rst(code)); in exec_inst()
714 case 0xe7: return(inst_rst(code)); in exec_inst()
724 case 0xef: return(inst_rst(code)); in exec_inst()
734 case 0xf7: return(inst_rst(code)); in exec_inst()
746 case 0xff: return(inst_rst(code)); in exec_inst()
H A Dr2k.cc699 case 0xd7: return(inst_rst(code)); in exec_code()
711 case 0xdf: return(inst_rst(code)); in exec_code()
721 case 0xe7: return(inst_rst(code)); in exec_code()
731 case 0xef: return(inst_rst(code)); in exec_code()
752 case 0xff: return(inst_rst(code)); in exec_code()
H A Dr2kcl.h128 virtual int inst_rst(t_mem code);
H A Dinstcl.h26 virtual int inst_rst(t_mem code);
H A Dz80cl.h114 virtual int inst_rst(t_mem code);
H A Dinst_r2k.cc350 cl_r2k::inst_rst(t_mem code) in inst_rst() function in cl_r2k
H A Dinst.cc1019 cl_z80::inst_rst(t_mem code) in inst_rst() function in cl_z80
/dports/emulators/tnylpo/tnylpo-1.1.3/
H A Dcpu.c1213 inst_rst(void) { in inst_rst() function
2606 /*c7*/ { inst_rst, OP_0 },
2614 /*cf*/ { inst_rst, OP_0 },
2622 /*d7*/ { inst_rst, OP_0 },
2630 /*df*/ { inst_rst, OP_0 },
2638 /*e7*/ { inst_rst, OP_0 },
2646 /*ef*/ { inst_rst, OP_0 },
2654 /*f7*/ { inst_rst, OP_0 },
2662 /*ff*/ { inst_rst, OP_0 }
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog31383 * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0