Home | History | Annotate | Download | only in opcodes

Lines Matching full:getbyte

35   int (* getbyte)(void *);
53 #define GETBYTE() (ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr))
54 #define B ((unsigned long) GETBYTE())
166 int (* getbyte)(void *),
175 lds.getbyte = getbyte;