Mail Archives: opendos/1997/01/23/22:57:17
> 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?)
- Raw text -