flat assembler
Message board for the users of flat assembler.
Index
> Windows > bss sections with different flags? |
Author |
|
Goplat 10 Nov 2006, 18:50
looks like one of the files is missing flag 0x80 (IMAGE_SCN_CNT_UNINITIALIZED_DATA), you might have put initialized data (like "dd 0" instead of "dd ?") in its .bss.
|
|||
10 Nov 2006, 18:50 |
|
asmfan 10 Nov 2006, 21:35
don't discribe bss section as data - it means initialized, just writable readable
|
|||
10 Nov 2006, 21:35 |
|
Plue 10 Nov 2006, 22:55
Goplat wrote: looks like one of the files is missing flag 0x80 (IMAGE_SCN_CNT_UNINITIALIZED_DATA), you might have put initialized data (like "dd 0" instead of "dd ?") in its .bss. asmfan wrote: don't discribe bss section as data - it means initialized, just writable readable _________________ Roses are red Violets are blue Some poems rhyme And some don't. |
|||
10 Nov 2006, 22:55 |
|
Plue 11 Nov 2006, 17:55
I removed the data description, now polink says that section .bss is missing contents flag, assuming data.
Also, it turned out that I hadn't forgotten to change dd 0 into rd 1. The link can't be completed because polink says "POLINK: fatal error: Internal error: bss sequence." |
|||
11 Nov 2006, 17:55 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.