Beispiel #1
0
UINT32 opPUSH_1(void) { modM=1; return opPUSH(); }
static UINT32 opPUSH_1(v60_state *cpustate) { cpustate->modm = 1; return opPUSH(cpustate); }
Beispiel #3
0
UINT32 opPUSH_0(void) { modM=0; return opPUSH(); }