Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python
C++
Assembly
HTML
Other
Cannot retrieve the latest commit at this time.
Permalink
| Failed to load latest commit information. | |||
|
|
Linux |
|
|
|
|
Windows |
|
|
|
|
images |
|
|
|
|
singleapplication |
|
|
|
|
.gitignore |
|
|
|
|
COPYING |
|
|
|
|
COPYING_RUS |
|
|
|
|
Help.qrc |
|
|
|
|
Images.qrc |
|
|
|
|
Languages.qrc |
|
|
|
|
README.txt |
|
|
|
|
SASM.pro |
|
|
|
|
assembler.cpp |
|
|
|
|
assembler.h |
|
|
|
|
codeeditor.cpp |
|
|
|
|
codeeditor.h |
|
|
|
|
common.cpp |
|
|
|
|
common.h |
|
|
|
|
configfile |
|
|
|
|
debuganycommandwidget.cpp |
|
|
|
|
debuganycommandwidget.h |
|
|
|
|
debugger.cpp |
|
|
|
|
debugger.h |
|
|
|
|
debugtablewidget.cpp |
|
|
|
|
debugtablewidget.h |
|
|
|
|
fasm.cpp |
|
|
|
|
fasm.h |
|
|
|
|
finddialog.cpp |
|
|
|
|
finddialog.h |
|
|
|
|
gas.cpp |
|
|
|
|
gas.h |
|
|
|
|
getstartedwidget.cpp |
|
|
|
|
getstartedwidget.h |
|
|
|
|
help.html |
|
|
|
|
helpENG.html |
|
|
|
|
highlighter.cpp |
|
|
|
|
highlighter.h |
|
|
|
|
icon.ico |
|
|
|
|
icon.rc |
|
|
|
|
language_de.qm |
|
|
|
|
language_de.ts |
|
|
|
|
language_he.qm |
|
|
|
|
language_he.ts |
|
|
|
|
language_it.qm |
|
|
|
|
language_it.ts |
|
|
|
|
language_pl.qm |
|
|
|
|
language_pl.ts |
|
|
|
|
language_ru.qm |
|
|
|
|
language_ru.ts |
|
|
|
|
language_tr.qm |
|
|
|
|
language_tr.ts |
|
|
|
|
language_zh.qm |
|
|
|
|
language_zh.ts |
|
|
|
|
main.cpp |
|
|
|
|
mainwindow.cpp |
|
|
|
|
mainwindow.h |
|
|
|
|
masm.cpp |
|
|
|
|
masm.h |
|
|
|
|
nasm.cpp |
|
|
|
|
nasm.h |
|
|
|
|
qt_de.qm |
|
|
|
|
qt_he.qm |
|
|
|
|
qt_it.qm |
|
|
|
|
qt_pl.qm |
|
|
|
|
qt_ru.qm |
|
|
|
|
qt_tr.qm |
|
|
|
|
qt_zh.qm |
|
|
|
|
ruqplaintextedit.cpp |
|
|
|
|
ruqplaintextedit.h |
|
|
|
|
ruqtextedit.cpp |
|
|
|
|
ruqtextedit.h |
|
|
|
|
settings.ui |
|
|
|
|
signallocker.cpp |
|
|
|
|
signallocker.h |
|
|
|
|
tab.cpp |
|
|
|
|
tab.h |
|
|
|
|
watchsettingswidget.cpp |
|
|
|
|
watchsettingswidget.h |
|
|
README.txt
SASM (SimpleASM) - про?тая кро??платформенная ?реда разработки для языков а??емблера NASM, MASM, GAS, FASM ? под?веткой ?интак?и?а и отладчиком. В SASM Вы можете легко разрабатывать и выполнять программы, напи?анные на языках а??емблера NASM, MASM, GAS, FASM. Вводите код в форм? и зап??кайте приложение. Программа работает "из коробки" и хоро?о подойдет для начинающих из?чать язык а??емблера. О?нована на Qt. Ра?про?траняет?я по ?вободной лицензии GNU GPL v3.0. SASM (SimpleASM) - simple Open Source crossplatform IDE for NASM, MASM, GAS, FASM assembly languages. SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish (thanks Ali Goren), Chinese (thanks Ahmed Zetao Yang), German (thanks Sebastian Fischer), Italian (thanks Carlo Dapor), Polish (thanks Krzysztof Rossa), Hebrew (thanks Elian Kamal). Licensed under the GNU GPL v3.0. Based on the Qt. =========================================================================== How to build SASM from sources: =========================================================================== You need: Qt 4.8 and above C++ compiler On linux also: gcc (x86) or gcc-multilib (x64) gdb nasm qt4-qmake libqt4-dev libqt4-core libqt4-gui libxcb1 libxcb-render0 libxcb-icccm4 Download sources and unpack their. Go to directory with their: "cd <path>" Further print commands: 1) "qmake" (For installing in specific directory on Linux - print: "qmake PREFIX=<path>". By default SASM installs in "/usr/bin" and "usr/share") 2) "make" for Linux and "mingw32-make" for Windows. 3) For Linux: "make install" (command "sasm" will open SASM) or run "sasm" from folder right away or put "sasm" executable file to folder "Linux" (from this folder you can run the program). For Windows: Put "sasm.exe" executable file to folder "Windows". From this folder you can run the program. Also you can run program right away from compilation folder. =========================================================================== Also you can download already compiled packages from site http://dman95.github.io/SASM/ or from OBS repository http://download.opensuse.org/repositories/home:/Dman95/ More help info in file help.html Also SASM supports doxygen: run "doxygen configfile" to generate documentation. In this documentation you can also find a small developer guide which includes information about adding new assemblers and languages support. Copyright © 2013 Dmitriy Manushin