汇编语言——编译器 一个汇编语言程序从写出到最终执行的简要过程: 编写–〉编译–〉连接–〉执行 1、编写 notepad++选择Assembly assume cs:abc ; abc … Continue reading 汇编语言——编译器