How can I add a command to the asm compiler?

0 votes
asked by about SASM

Every time a * .asm file is compiled and saved as * .exe I would like the ide to call the *****.exe program. How can I get the sasm IDE to do it?

1 Answer

0 votes
No avatar answered by (94.6k points)

To add a command to the ASM compiler in the SASM IDE, you can usually modify the build settings or create a custom build script. You can check the SASM documentation or the IDE's settings/options menu to find the specific configuration for adding commands or post-build actions. By configuring it correctly, you can make the IDE call the "*****.exe" program after every compilation of a .asm file to generate the .exe output.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...