Date: Thu, 23 Jan 1997 22:39:43 -0500 Message-Id: <199701240339.WAA13357@delorie.com> From: DJ Delorie To: cwg01 AT gnofn DOT org CC: av568 AT rgfn DOT epcc DOT Edu, opendos AT mail DOT tacoma DOT net In-reply-to: (cwg01 AT gnofn DOT org) Subject: Re: [opendos] Rants and Raves Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk > Well, it is the only assembler which I have come across which will > directly produce an COM file, and that was something I was looking for > when I was writing a series of small, compact, utilities. Besides which, djasm will directly produce .com, .exe, .h, .inc, and .bin files from a single source. We use it for the stub and a few 16-bit functions we need for DPMI memory management. The syntax is a simplified variant of either intel or at&t (I forget which) but we like it better than tasm. However, djasm doesn't yet support all the opcodes (just the ones we've needed) and doesn't produce object files (yet?)