The MASM Forum Archive 2004 to 2012

Specialised Projects => Pelle's Macro Assembler Development => Topic started by: Randall Hyde on May 17, 2006, 04:05:45 PM

Title: POLINK Problem
Post by: Randall Hyde on May 17, 2006, 04:05:45 PM
While testing assembler output from FASM, I've discovered that POLINK doesn't handle 48-bit FAR PTR records. Any chance these will be supported in a future release?  (Not that they're absolutely necessary in flat model 32-bit code, but if an assembler like FASM or MASM can produce object files with this records, it would be nice to link them using POLINK)
Thanks,
Randy Hyde
Title: Re: POLINK Problem
Post by: PellesC on May 17, 2006, 06:58:26 PM
Depends on what the problem is. If it has to do with relocations, I'm not aware of a 48-bit COFF relocation type. It probably depends on how the information is emitted from the translator. Do you have a small snippet, and maybe the FASM version, so I can test correctly?

Pelle
Title: Re: POLINK Problem
Post by: hossein on June 12, 2006, 12:00:31 PM
POLINK also has problem with DEBUG library included in RADASM