Misplaced Pages

SASM

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
For other uses, see SASM (disambiguation).

SASM
Developer(s)Dmitriy Manushin (Dman95)
Stable release3.14.0 / 3 March 2023; 21 months ago (2023-03-03)
Repository
Operating systemWindows, Linux
TypeIDE
LicenseGPL
Websitedman95.github.io/SASM/english.html

SASM (short for SimpleASM) is a free and open source cross-platform integrated development environment for the NASM, MASM, GAS and FASM assembly languages. It features syntax highlighting and includes a debugger.

SASM is intended to allow users to easily develop and run programs written in assembly language. It was written by Dmitriy "Dman95" Manushin and licensed under the GNU GPL v3.0. It is written in C++ and uses the multi-platform Qt toolkit.

Features

  • Four assemblers - NASM, MASM, GAS and FASM are supported
  • Syntax highlighting with tunable color scheme
  • Handy graphical debugger
  • Program is translated into Russian, English, Turkish, Chinese, German, Italian, Polish, Hebrew, Spanish
  • Input/output macro library
  • Ability to work with multiple files using tabs
  • All required components are included (gdb, gcc, nasm, masm, fasm, gas)

References

  1. Hoey, Jo Van (2019). Beginning x64 Assembly Programming: From Novice to AVX Professional. Apress. p. Chapter 7. ISBN 978-1-4842-5076-1. Retrieved 25 February 2020.
  2. Shin-ya, Nishizaki; L, Caro Jaime D.; C, Suarez Merlin Teodosia (2017). Theory and Practice of Computation: Proceedings of Workshop on Computation: Theory and Practice WCTP2016. World Scientific. pp. 62–63. ISBN 978-981-323-408-6. Retrieved 25 February 2020.

External links

x86 assembly topics
Topics
Assemblers
Programming
issues
Category: