From: "Jim Watters" To: Subject: RE: AT&T (AS) to Intel (NASM) Assembly Syntax Convertor Date: Sun, 11 Aug 2002 09:54:57 -0400 Message-ID: <000901c2413e$b328f9a0$7fea2041@quantumstorm> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <000601c24134$ab35cd90$7fea2041@quantumstorm> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I asked a C++ newsgroup and found out gcc can do it by itself(!) gcc hello.c -S -fverbose-asm -masm=intel Now to figure out how to clean up the code. If anyone has a better method (not requiring editing) I'd still like to know. Jim Watters -----Original Message----- From: Jim Watters [mailto:macemu AT emuunlim DOT com] Hello, Could anyone provide me with a *working* link to a command line executable that will convert assembly files from GCC (-S) to NASM (or MASM) syntax please? Jim Watters