How to remove comments from the fasm source code.

This tutorial presents a regular expression to remove comments from the FASM source code.
You can use regular expressions in the Find and Replace dialogs by selecting the Use regular expressions check box.
In the next image is the right way to remove comments FASM.
geany regex fasm correct
The picture below is presented an incorrect version.
This expression will remove source code line of code with ;
geany regex fasm bad
I hope this tutorial helped you.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.