Home
last modified time | relevance | path

Searched refs:inst_r2k_and (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dr2kcl.h135 virtual int inst_r2k_and(t_mem code);
H A Dinst_r2k.cc259 int cl_r2k::inst_r2k_and(t_mem code) { // AND HL,DE in inst_r2k_and() function in cl_r2k
H A Dr2k.cc705 case 0xdc: return(inst_r2k_and(code)); in exec_code()