点击add 然后是配置nasm作为editplus的工具 在group name填入nasmtool
在description里填入asm,file extension里填入asm,"settings and syntax"的syntax file里填入保存asm.stx的位置,其他的自己看着办
在add tool里选择program
在menu text里填入编译
在command里填入nasm的位置,注意要在系统路径里配置nasm的路径
在argument里填入$(filename) -o $(filenamenoext).img
在initial directory里填入$(filedir)
选上capture output(这样就可以在editplus里看输出结果
然后ok