On Sun, Sep 18, 2011 at 6:25 AM, Hans-Peter Nilsson<hp@bitrange.com> wrote:
On Sun, 18 Sep 2011, Bernd Jendrissek wrote:
Does anybody have access to MASM? For that matter, Borland's Turbo
Assembler?
You don't mention it, so... wouldn't wasm
<http://en.wikipedia.org/wiki/Open_Watcom_Assembler> help?
The more, the merrier. In particular, I'm hoping there's an assembler
out there (or compiler, for that matter) that "optimizes" relocations
by gathering common relocation "targets" (read: addends) into what OMF
calls THREAD subrecords of the FIXUPP record. (And then references
these THREADs in subsequent FIXUPs instead of specifying the "targets"
separately in each FIXUP. Neither NASM nor Turbo Assembler (with DJ's
simple test objects) seem to do this.