This is the mail archive of the cygwin-xfree@sourceware.cygnus.com mailing list for the Cygwin project.


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

RE: Beta version of new X-server




> On Wed, Mar 08, 2000 at 03:51:00PM -0500, Suhaib M. Siddiqi wrote:
> >It has a lot of Intel ASM code which compiles only with Windows NT DDK.
> >GCC cannot handle it.
>
> Ah.  Of course.  That's understandable.
>
> I keep hearing about a project to make as understand Microsoft's
> (or is it Intel's?) asm syntax but it never seems to happen.
>
> It should be an interesting and fun! project for some gcc hacker.
>

For a general purpose I ported the intel2gas converter to Cygwin a while
ago.
It is user friendly in a  sense that one can edit the databases of syntax.
Run the intel2gas on a Intel asm file and it converts it to an asm file
which
as.exe understands.  Because I know nothing about writing devices drivers
therefore the database was almost useless for big projects.  As a test case
I used it on a few simple asm code and it converted _MOST_ of the code
to syntax which GCC asm understood.

Suhaib

> cgf


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