Date: Thu, 25 Jul 1996 12:04:21 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: PENG ZHOU <pengzh AT ix DOT netcom DOT com>
Cc: djgpp AT delorie DOT com
Subject: Re: EMAC
In-Reply-To: <4t30r5$5hd@dfw-ixnews2.ix.netcom.com>
Message-Id: <Pine.SUN.3.91.960725120059.16645E-100000@is>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On 23 Jul 1996, PENG ZHOU wrote:

>     Two questions,
>     (1)  What is Emac?

Emacs (not Emac) is a powerful programmer's editor.  It is free software 
and can be compiled out of the box with DJGPP.

>     (2)  I've found a TASM to AS converter on the web, it converts from
>          AT&T to AS formats.  Will it work on MASM files?

Why not?  TASM and MASM have the same basic syntax.  Note that the DJGPP
FAQ list points you (in section 17.3) to a conversion program that ws
written specifically for DJGPP.  You might consider trying it.