Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/z80.src/
H A Dr2kcl.h136 virtual int inst_r2k_or (t_mem code);
H A Dinst_r2k.cc272 int cl_r2k::inst_r2k_or (t_mem code) { // OR HL,DE in inst_r2k_or() function in cl_r2k
H A Dr2k.cc727 case 0xec: return(inst_r2k_or (code)); in exec_code()