flat assembler
Message board for the users of flat assembler.
Index
> Windows > how to put data-string to .data section? |
Author |
|
comrade 30 Mar 2004, 14:31
You cannot put arbitrarily in the .data section, not even with new store directive. But, you can allocate sufficient space in .code section, just before entrypoint. Then using store and an accumulating pointer you can put all strings there.
|
|||
30 Mar 2004, 14:31 |
|
Tomasz Grysztar 30 Mar 2004, 15:18
There is also a solution based on fix feature, which is cumullating all the strings for the data section that is generated after the code section.
|
|||
30 Mar 2004, 15:18 |
|
S.T.A.S. 31 Mar 2004, 08:35
Here is some:
http://board.flatassembler.net/topic.php?t=1166 |
|||
31 Mar 2004, 08:35 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.