Ubuntu 16.04安裝NASM匯編IDE-SASM


在Linux下,尤其是Ubuntu,SASM工具應該是用來開發匯編最好用的IDE,小巧且支持調試。支持的編譯器有:NASM, MASM, GAS, FASM。

安裝步驟:

下載:

http://download.opensuse.org/repositories/home:/Dman95/xUbuntu_16.04/amd64/

安裝:

sudo dpkg -i sasm_3.8.0_amd64.deb

如果中途提示依賴錯誤,可以使用sudo apt-get install -f解決。

啟動:

 

參考:

https://dman95.github.io/SASM/english.html

https://github.com/Dman95/SASM

https://stackoverflow.com/questions/5696535/c-assembly-ide-on-linux?rq=1

https://softwarerecs.stackexchange.com/questions/1302/arm-assembly-ide-for-linux-compiler-debugger-assembly-view

https://www.ide80.com/


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM