Date: Thu, 23 Jan 1997 22:47:48 -0600 (CST) From: "Colin W. Glenn" To: Chip Turner cc: opendos AT mail DOT tacoma DOT net Subject: Re: [opendos] Rants and Raves In-Reply-To: <3.0.32.19970123200043.006a64d0@ctrvax.vanderbilt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk On Thu, 23 Jan 1997, Chip Turner wrote: > >You might consider using A86 instead of the others, it has better speed > Yeah, but A86 is NaziWare. Just reading the licensing agreements made my Have you ever read ALL his docs? The man clearly put a lot of work into creating a _single_pass_ assembler which wouldn't choke over the size of the source file, has extensive macro handling, structured program constructs, and also considered building in support for MASM! This was no minor undertaking. His debugger is a piece of art too, supports two monitors, (your old cga for the debugger, and your shiny svga 1600x1200x1m super dazzle color for your program.), plus viewing memory in a variety of ways, (text, ascii, byte, word, hex, binary, octal, & more), trapping INT's, patching in memonics, adding symbols, a bunch more. Heck, if I stuck with assembly for x86's, I would've registered!