Example #1
0
UINT32 opPUSHM_1(void) { modM=1; return opPUSHM(); }
Example #2
0
static UINT32 opPUSHM_1(v60_state *cpustate) { cpustate->modm = 1; return opPUSHM(cpustate); }
Example #3
0
UINT32 opPUSHM_0(void) { modM=0; return opPUSHM(); }