7得票2回答
汇编语言中的END指令

我是汇编语言的新手,并写了这段代码: main PROC mov eax,10000h ; Eax=10000h add eax,40000h ; Eax=50000h sub eax,20000h ; Eax=...