Hi, I was testing the Intel compiler with 368_ASM enabled (i think version 6 now supports it). Some ASM parts work, and one does not. It the multiply inline asm:
: "%edx","%cc" /* clobbers edx flags */ The compiler can't find the cc register (that's what it says). So I removed the %cc clobbering (don't ask what clobbering means, or augh at me...anyway). I am obviously doing something wrong :) but I just wanted to let know know as that's the only thing preventing to use asm optimizations with cci (v6). Thanks for the port, it's great! One last note, i noticed a 130% speed increase by recompiling xmame with gcc with full optimization vs. the stock binaries on my celeron 433 laptop. Is this NORMAL? I can now play most games Just Fine (TM) (as opposed to "slow motion cheat mode"). Pd: i am not on the list, so please cc me if there's any reply Regards, Fede _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
