9 lines
152 B
C
9 lines
152 B
C
static int opREPNE(uint32_t fetchdat)
|
|
{
|
|
return rep386(0);
|
|
}
|
|
static int opREPE(uint32_t fetchdat)
|
|
{
|
|
return rep386(1);
|
|
}
|
|
|