flat assembler
Message board for the users of flat assembler.
Index
> Main > Compilation abort |
Author |
|
Tomasz Grysztar 16 Feb 2006, 16:30
It was discussed among any other things in those threads:
http://board.flatassembler.net/topic.php?t=4554 http://board.flatassembler.net/topic.php?t=4714 |
|||
16 Feb 2006, 16:30 |
|
CodeX 17 Feb 2006, 10:21
Ok. I see. It's just too complicated to add this feature in FASM.
Anyway, thank you for quick answer. |
|||
17 Feb 2006, 10:21 |
|
Tomasz Grysztar 17 Feb 2006, 13:25
In short, it reduces to the problem that three different types of such stopping would be needed. The "preprocessor halt", "strong assembler halt" and "weak assembler halt". First one for aborting the compilation during the preprocessing (currently achieved for example with making invalid syntax of macro, like "macro+"). Second one for aborting the compilation as soon as the assembler hits that place (currently achieved with invalid instruction, like "err"). The last one is to halt the assembler only when the error persist while the rest of the code is being resolved correctly (currently it may achieved with things like negative counts for repeating directives, like "rb -1"). The last one would be needed for example when the condition under which the error would happen depended on the values that have to be resolved, look here for some information: http://board.flatassembler.net/topic.php?t=3805
|
|||
17 Feb 2006, 13:25 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.