Mail Archives: djgpp/1996/09/25/02:43:59
On Tue, 24 Sep 1996, Luke Anthony Hutchinson wrote:
> variable you want. This problem seems to be with DJGPP not MASM, since
> the disassembled COFF file addresses the variables correctly. After a
> lot of headaches in finding and working around this problem, I still
> have trouble with the final executable, it is _extremely_ unstable, eg:
> FSDB has a GPF when trying to load a.out, unless I comment out the line
> XOR EAX,EAX in my code.
Did you look at the alignment of the code and data? There are (were?)
some inconsistencies in the alignment between Gcc and Gas, and I'm not
sure they have been resolved. DJ, do I make any sense at all on this
one?
- Raw text -