码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 16.04安装NASM汇编IDE-SASM

时间:2017-07-23 10:02:17      阅读:568      评论:0      收藏:0      [点我收藏+]

标签:soft   apt-get   ecs   img   sem   get   mpi   bug   最好   

在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/

Ubuntu 16.04安装NASM汇编IDE-SASM

标签:soft   apt-get   ecs   img   sem   get   mpi   bug   最好   

原文地址:http://www.cnblogs.com/EasonJim/p/7223499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!