flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > [solved] fasmg - cannot compile this source |
Author |
|
CandyMan 07 Dec 2017, 18:04
is happening this way when change "writeable" to "writable"
_________________ smaller is better |
|||
07 Dec 2017, 18:04 |
|
Tomasz Grysztar 07 Dec 2017, 18:38
Thank you, there was a small bug in "section" macro that is now corrected.
Well, there is also a question of whether to allow "writable" synonym for "writeable". fasm supports them both, but it is undocumented (only "writeable" is officially stated in the manual). A simple "writable equ writeable" would solve the problem anyway. |
|||
07 Dec 2017, 18:38 |
|
CandyMan 07 Dec 2017, 18:45
also:
Code: section '.data' data aaa readable _________________ smaller is better |
|||
07 Dec 2017, 18:45 |
|
Tomasz Grysztar 07 Dec 2017, 20:12
The bug was manifesting with any unrecognized attribute, no difference if it was "aaa" or "writable". The macros by default recognize only the "writeable" variant (as this is the one that was documented for fasm). In the variant of FORMAT.INC that comes with Windows headers for fasmg I have added the "define writable? writeable", however.
|
|||
07 Dec 2017, 20:12 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.