Skip to content

Releases: Dman95/SASM

Version 3.3.0 Stable

27 Jan 15:05
Compare
Choose a tag to compare
  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

Version 3.2.0 Stable

14 Jun 19:24
Compare
Choose a tag to compare
  1. Ability to build programs without running linker;
  2. new FASM 1.71.39;
  3. fix of some debug problems.
    scr1

Version 3.1.4 Stable

27 May 14:20
Compare
Choose a tag to compare

Fix of localized systems debug problem.
scr1

Version 3.1.3 Stable

30 Mar 19:27
Compare
Choose a tag to compare

Showing description of received signal has been added.
scr1

Version 3.1.2 Stable

27 Mar 12:59
Compare
Choose a tag to compare

Debugging files with include has been improved.
scr1

Version 3.1.1 Stable

23 Mar 23:58
Compare
Choose a tag to compare

Bugs with highlighting have been fixed.
scr1

Version 3.1.0 Stable

29 Aug 11:49
Compare
Choose a tag to compare

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

Version 3.0.1 Stable

24 Jul 10:31
Compare
Choose a tag to compare

Additional registers view in debugger has been added.
scr1

Version 3.0 Stable

13 Jul 12:45
Compare
Choose a tag to compare

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

Version 2.3.1 Stable

23 Apr 21:44
Compare
Choose a tag to compare

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