Home | History | Annotate | Download | only in opcodes

Lines Matching refs:r_str

48 static char * r_str[]  = { "b", "c", "d", "e", "h", "l", "(hl)", "a" };
173 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
181 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
190 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
191 r_str[buf->data[buf->n_fetch - 1] & 7]);
201 r_str[buf->data[buf->n_fetch - 1] & 7]);
356 r_str[buf->data[1] & 7]);
361 r_str[buf->data[1] & 7]);
446 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
457 snprintf (mytxt, TXTSIZ, txt, r_str[c & 7]);
477 snprintf (arg, TXTSIZ, "(%s%+d),%s", txt, d, r_str[p[3] & 7]);