|
Message-ID: <C0AC9AD7.B9C0%david@luyer.net> Date: Wed, 07 Jun 2006 15:01:43 +1000 From: David Luyer <david@...er.net> To: <john-users@...ts.openwall.com> Subject: Re: Assembly files On 7/6/06 3:45 PM, "Ami Schwartzman" <samis@...technion.ac.il> wrote: > Hi > > > Me and my friend are in the process of migrating John to Visual C++. We > have successfully migrated all files (based on MinGW jumbo patch) and > have only the two assembly files x86.S and x86-mmx.S (later on sse) left. > > > Now, these files are written for the GNU assembler (in AT&T syntax and > also needs to be preprocessed). Is there a version for MASM or > something in Intel syntax out there? I think your best hope would be to write something to do the translation so you can easily keep it updated - ie: run them through cpp and then write a simple perl script to translate the result from AT&T to Intel syntax. David.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.