Eclipse 中的 ASM 文件
我想在 Eclipse 中编辑 ASM 文件,但我不确定如何操作或我实际需要什么 Eclipse 包。如果有人能指出我正确的方向,我将不胜感激。
I would like to edit ASM files in Eclipse but I am not sure how to do it or what package of Eclipse I actually need. If anyone could point me in the right direction I would be very much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 Eclipse CDT 有一个汇编编辑器,至少在 Linux 上我的有,并且默认使用 GCC 汇编器。
I think Eclipse CDT has an assembly editor, at least on Linux mine does and uses the GCC assembler by default.