SASM Versions Save

SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages

v3.3.0

8 years ago
  1. Single window mode;
  2. Drag & drop for file opening;
  3. Improved help: extended troubleshooting chapter and new building system settings chapter;
  4. A lot of bugs have been fixed including bug with non-native paths on Windows and bug with FPU registers showing. scr1

v3.2.0

8 years ago
  1. Ability to build programs without running linker;
  2. new FASM 1.71.39;
  3. fix of some debug problems. scr1

v3.1.4

9 years ago

Fix of localized systems debug problem. scr1

v3.1.3

9 years ago

Showing description of received signal has been added. scr1

v3.1.2

9 years ago

Debugging files with include has been improved. scr1

v3.1.1

9 years ago

Bugs with highlighting have been fixed. scr1

v3.1.0

9 years ago

Changes from pull requsts and issues - movable tabs, warning message for wrong assembler or linker executable, improve indent operation, noexecstack option for binaries. scr1

v3.0.1

9 years ago

Additional registers view in debugger has been added. scr1

v3.0

9 years ago

New assemblers have been added: now NASM, GAS, MASM, FASM are supported, including syntax highlighting, debugging, and x86/x64 modes. Added ability to choose your own assembler or linker filling path to them. Many improvements in debugging. Now it is possible to debug programs even without debugging information for GDB (for example, written in MASM). The ability to suspend the program has been added, as well as set a breakpoint during its execution. Added folder for include files. Fixed problem with text editor leads to a heavy load on the processor while opening big files. Fixed a bug with the disruption of the interface after opening the settings window. Fixed many minor bugs and errors. scr1

v2.3.1

10 years ago

Bug with spaces in the path to temporary directory was fixed (now SASM works on Windows XP). scr1