This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: inline asm: How to push PIC reg before seven input operands get loaded?



-----Original Message-----
From: lynx.abraxas@freenet.de
To: gcc-help@gcc.gnu.org, Andrew Haley <aph@redhat.com>
Date: Sat, 24 Mar 2007 20:20:56 +0100
Subject: Re: inline asm: How to push PIC reg before seven input operands get loaded?


This  is  a problem. My task is to tranlate this inline asm written for MSC to
gcc. It's from a big game (Call to Power II, CTP2). I've attached a file  with
the  function  that  contains  the  code.  But  it  won't compile withou a lot
modifications outside the source tree.
________________________________________
Commercial compilers, including icc, have options to accept MS asm and compile for linux.  If you're going to spend time on source translation, you'd likely get better results with C.
Tim Prince


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]