SASM icon indicating copy to clipboard operation
SASM copied to clipboard

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

Results 40 SASM issues
Sort by recently updated
recently updated
newest added

when I try to compile something, it always warns me: Directory NASM does not exist. Please reinstall the program. the nasm has been installed on my macbook, even if I...

Hi, great software! Would it be possible for the debugger memory window to incorporate an ASCII option in the type selection option please. e.g. current options are SMART option converts...

I've just discovered SASM and am working through all its features. So far I like it a _lot_. I'm using NASM. Here's the issue: Although there's the term -l $LSTOUTPUT$...

Hello, I use SASM 3.12.2 I get always this: { Debugging started... An error has occurred in the debugger. Please check the names of the sections. Debugging finished. } I...

- Deduplicates BSD/ and Linux/ into Unix/ - Installs icons to the correct location - Adds Appstream metadata file - Remove binaries for Unix/, these should be installed via package...

uname -a `Linux 970a 5.15.32-1-MANJARO #1 SMP PREEMPT Mon Mar 28 09:16:36 UTC 2022 x86_64 GNU/Linux` sasm 3.12.2 When I try to build the simple following code manually, it works...

The executable file is built in the /tmp directory. Attempting to specify an explicit path results in a FASM write error. Archlinux-5.16

The debugger doesn't seem to be working on Windows 11. With this code: ``` %include "io.inc" section .text global CMAIN CMAIN: mov ebp, esp; for correct debugging ;write your code...

downloading version 3.12.2 results in "SASMSetup3122.exe isn't commonly downloaded. make sure you trust SASMSetup3122.exe before opening it."

It'd be really handy if variable watches also included the variable address, particularly when using instruction such as `LEA`. Currently, to see the address I need to set up a...

enhancement