flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > Little but useful addition to FASM |
Author |
|
james 26 Sep 2005, 02:49
Im sure this is available. Please ready the doco.
|
|||
26 Sep 2005, 02:49 |
|
Tomasz Grysztar 27 Sep 2005, 20:53
Something like this was once discussed here: http://board.flatassembler.net/topic.php?t=1154
|
|||
27 Sep 2005, 20:53 |
|
mrpink 06 Oct 2005, 08:06
Will there ever be a feature to merge equally named sections into one such
that it is possible to declare multiple code or data sections having the same name and flags? |
|||
06 Oct 2005, 08:06 |
|
Tomasz Grysztar 06 Oct 2005, 08:14
I've been answering it dozens of times (perhaps it's time to add it to FAQ): this is the linker's job, not assembler's. To do any section merging and things like that you have to use object output, and then some linker. The special fasm's formatters that create executables directly are provided to allow making executables without linker, but not to replace linker - with them there's the rule, that everything in output file reflects exactly the order of declarations source file, thus giving you the power to arrange the executable exactly as you need (at low level).
|
|||
06 Oct 2005, 08:14 |
|
vid 06 Oct 2005, 09:46
really, add it to FAQ
|
|||
06 Oct 2005, 09:46 |
|
mrpink 08 Oct 2005, 11:22
Thank you for answering the question again. Next time I will first search the forum before
asking a possibly already answered question. |
|||
08 Oct 2005, 11:22 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.