Franxis
MAME 4 ALL
I'm trying to enter some "nop" asm codes into my GP32 MAME port, but the compiler seems to don't like this (GCC 3.02).
I the C source code i have tried things like asm("nop"); or asm volatile {..., without success.
Is there any way to enter assembly into the C code in GCC 3.02?
Regards.
I the C source code i have tried things like asm("nop"); or asm volatile {..., without success.
Is there any way to enter assembly into the C code in GCC 3.02?
Regards.