flat assembler
Message board for the users of flat assembler.
Index
> Main > flat assembler 1.66 Goto page Previous 1, 2, 3 |
Author |
|
Tomasz Grysztar 05 Jun 2006, 23:44
The manual is written in a way that it should be read consecutively (maybe that's stupid but that's how I want it to be), for instance some of the information included in 1.2.1 is required to understand fully the section 2.3.6. See http://board.flatassembler.net/topic.php?t=4638#34035 for some explanations of the things from manual. I'm going to cover it all in the further sections of Understanding fasm article - hopefully soon I will have some time for it.
|
|||
05 Jun 2006, 23:44 |
|
Tomasz Grysztar 06 Jun 2006, 06:59
Just remember that making resolvable errors should be carefully placed if at all. ALIGN is a safe place, so it can be done (unless I missed something right now) for both directive and SECTION modifier - however I really don't feel this obligatory (what the use of "bug" term might suggest).
The alternative solution here would be to allow "ALIGN 0"="ALIGN 1" (I saw such assumption somewhere...) |
|||
06 Jun 2006, 06:59 |
|
quiveror 06 Jun 2006, 16:55
Tomasz Grysztar wrote: so it can be done (unless I missed something right now) for both directive and SECTION modifier - however I really don't feel this obligatory (what the use of "bug" term might suggest). That's OK 'cause the classic one works (with fwd ref) like charm for me. Code: macro align value { rb (value-1)-($+value-1) mod value } |
|||
06 Jun 2006, 16:55 |
|
Goto page Previous 1, 2, 3 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.