Results 22 comments of Dmitriy Manushin

Thank you! I'll refactor code according this in the future commits.

Yes, because now MASM x64 is not supported.

Hello, Thank you for proposals. Now I have no free time to implement these features. But if someone implement some of these features, I will gladly accept pull request.

You can find a description of the library on the site http://dman95.github.io/SASM/english.html In brief, macros determine a type of the arguments and call an according code, in which C library...

It is not a bug, it is a feature. To perform input in a program you should enter a text before running a program.

Hello! It would be great. There are [instruction](http://www.brianrhall.net/rss/installingsasmonamac) about building SASM on Mac. You could use it.

May be you should change the format from "-f elf32" to "-f elf" on the "Build" tab in the settings to avoid error messages. As for saving with an exe...

@zenware Try to change linking options in the "Settings->Build->Linking options" from "$PROGRAM.OBJ$ $MACRO.OBJ$ -g -o $PROGRAM$ -m32" to "$PROGRAM.OBJ$ -g -o $PROGRAM$ -m32"

@MatthewFrench No, I don't. Because I don't have a Mac. But there is one link about running SASM on Mac: http://www.brianrhall.net/rss/installingsasmonamac If you can make a build, I will be...

Now I don't have free time for this. The same situation also with another big features. If someone implement it, I'll be glad to accept pull request.