标签:
assume cs:codesg
codesg segment
mov ax,0123h mov bx,0456h add ax,bx add ax,ax mov ax,4c00h int 21hcodesg ends
end
第一个汇编程序
原文地址:http://www.cnblogs.com/HJL085/p/5449184.html