[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] ASM code in pygame



Hey, that's great! Are you sure that this switch allows one to write inline asm in Intel format? The man page says:

 -masm=dialect
Output asm instructions using selected dialect. Supported choices are intel or att (the default one). Darwin does not support intel.

I'll give a try some time.

Richard

René Dudfield wrote:
hello,

for your info...

gcc supports intel syntax with a command line option.

-masm=intel

SDL uses macros for portable asm, I think.