Message-Id: Date: Fri, 24 Jan 1997 10:13:59 +0100 From: Bartosz Polednia To: dj AT delorie DOT com, cwg01 AT gnofn DOT org Cc: opendos AT mail DOT tacoma DOT net, av568 AT rgfn DOT epcc DOT Edu Subject: Re: [opendos] assembler etc. Mime-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk Hi, If you are looking for fast, easy to use and efficient high level assembler please look for SPHINX C-- from Peter Cellik. It could directly produce std .COM files or .OBJ files. and could use 186, 286, 386 op-codes. Regards, Bartosz bartosz AT bielbit DOT bielsko DOT pl >>>> DJ Delorie 1/24/97, 04:39am >>> > >> 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?)