The MASM Forum

General => The Workshop => Topic started by: K_F on November 23, 2019, 06:44:02 AM

Title: Who knows/uses SASM ?
Post by: K_F on November 23, 2019, 06:44:02 AM
Anyone use(d) this IDE ?
https://dman95.github.io/SASM/english.html (https://dman95.github.io/SASM/english.html)
Title: Re: Who knows/uses SASM ?
Post by: jj2007 on November 23, 2019, 04:07:57 PM
Works fine, at least for small sources. My RichMasm source loads in over 10 seconds instead of the 1.2 seconds I am used to, and if there is a build error in line 13100, you have to fumble with the scrollbars because a) the IDE doesn't jump to the first error line and b) there is apparently no goto line nnn command.

The find all command does nothing, apparently, and find itself is lightyears away from RichMasm's found matches listbox :cool:
(http://www.jj2007.eu/pics/RmGuide.jpg)
Title: Re: Who knows/uses SASM ?
Post by: aw27 on November 25, 2019, 11:26:22 AM
It uses the Masm32 SDK for the Masm example but I could not make it build despite providing the required paths (I did not try hard, though).

The source code is relatively small because the program brings with it a number of external tools that do the real work. But is built in Qt where the minimum toll is 15 MB - in assembler would be something like 10 to 20 KB. I will not buy or donate to the cause at this time or in the foreseeable future.