flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Goplat
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
don't discribe bss section as data - it means initialized, just writable readable
|
|||
![]() |
|
Plue
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. |
|||
![]() |
|
Plue
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." |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.