From owner-freebsd-questions Fri Apr 12 15:40:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22056 for questions-outgoing; Fri, 12 Apr 1996 15:40:50 -0700 (PDT) Received: from muse.microunity.com (muse1.microunity.com [192.216.206.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA22045 for ; Fri, 12 Apr 1996 15:40:46 -0700 (PDT) Received: from gaea.microunity.com by muse.microunity.com (4.1/ericm1.1) id AA16407; Fri, 12 Apr 96 15:40:09 PDT Received: from hepatu (muse.microunity.com) by gaea.microunity.com (4.1/muse1.3) id AA04700; Fri, 12 Apr 96 15:40:08 PDT Message-Id: <316EDBC7.41C67EA6@microunity.com> Date: Fri, 12 Apr 1996 15:40:07 -0700 From: Don Rozenberg Organization: MicroUnity Systems Engineering, Inc. X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.1-GF sun4c) Mime-Version: 1.0 To: questions@freebsd.org Subject: Can I use the Intel assembler? X-Url: http://www.FreeBsd.com/support.html Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have a large program that is composed of a complex core routine written in assembly language using the Intel assembler and a wrapper written in C. Would I have to convert the assembly code to the gnu assembler in order to port the program to FreeBSD? Are there any tools to aid such a conversion. Thanks,