Home
last modified time | relevance | path

Searched refs:op_subd (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/z80pack/z80pack-1.37/z80core/
H A Dsim1a.c107 static int op_suba(void), op_subb(void), op_subc(void), op_subd(void);
309 op_subd, /* 0x92 */ in cpu_8080()
1940 static int op_subd(void) /* SUB D */ in op_subd() function
H A Dsim1.c111 static int op_suba(void), op_subb(void), op_subc(void), op_subd(void), op_sube(void);
296 op_subd, /* 0x92 */ in cpu_z80()
2031 static int op_subd(void) /* SUB A,D */ in op_subd() function