配置EditPlus为汇编的编辑工具[2]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 flyback 的 blog

点击add
在description里填入asm,file extension里填入asm,"settings and syntax"的syntax file里填入保存asm.stx的位置,其他的自己看着办

然后是配置nasm作为editplus的工具

在group name填入nasmtool
在add tool里选择program
在menu text里填入编译
在command里填入nasm的位置,注意要在系统路径里配置nasm的路径
在argument里填入$(filename) -o $(filenamenoext).img
在initial directory里填入$(filedir)
选上capture output(这样就可以在editplus里看输出结果
然后ok

本文关键:配置EditPlus为汇编的编辑工具
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top