A600
Certified Guru
- Joined
- Mar 9, 2003
- Messages
- 368
I have tried to compile ljohnGP with devkitadv and devkitarm but I have the same problem with assembler code. For example:
__asm {nop};
gives the error: parse error before '{' token
if I change it to __asm ("nop"); it compiles fine but there is a lot of assembler code and it would be a pain to change it. Is there a better solution?.
__asm {nop};
gives the error: parse error before '{' token
if I change it to __asm ("nop"); it compiles fine but there is a lot of assembler code and it would be a pain to change it. Is there a better solution?.