flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > Multi-line Comment macro |
Author |
|
Dryobates 09 Jan 2004, 10:23
That's what I need
It's brilliant in it's simplicity (just like FASM) |
|||
09 Jan 2004, 10:23 |
|
VitalOne 09 Jan 2004, 23:33
Thanks
|
|||
09 Jan 2004, 23:33 |
|
scientica 10 Jan 2004, 00:11
There is an older solution, using the (then newly introduced) fix directive by Joshua:
http://board.flatassembler.net/topic.php?p=512&highlight=macro+comment+fix#512 _________________ ... a professor saying: "use this proprietary software to learn computer science" is the same as English professor handing you a copy of Shakespeare and saying: "use this book to learn Shakespeare without opening the book itself. - Bradley Kuhn |
|||
10 Jan 2004, 00:11 |
|
VitalOne 10 Jan 2004, 00:30
Cool, you could also do
Code: comment fix macro comment { endcom fix } Which would make it work like Code: comment Comments here ...... endcom |
|||
10 Jan 2004, 00:30 |
|
VitalOne 10 Jan 2004, 00:51
Hmm...this fix directive is powerful...if you're really don't want to type much you could just do
Code: .. fix macro comment { ... fix } To comment it's just like Code: .. Comment Here sadasdasd ... Or use basically any symbol that's not reserved. |
|||
10 Jan 2004, 00:51 |
|
Dryobates 10 Jan 2004, 14:01
hmm... That would be nice if there would be some documentation about built-in macros (separatly from manual, which is only about compiler). Forum is nice place for this, but those macros, which are within the fasm package (e.g. invoke), should be documented and now macros like comment when it will apear in fasm package will be documented as well.
I can't do this. My english (and fasm using skills) are to weak |
|||
10 Jan 2004, 14:01 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.