![]() |
#2
zklhp2009-08-21 18:51
|
codesg segment
start:
mov ax,0b800h
mov ds,ax
mov byte ptr ds:[0],41h
mov byte ptr ds:[1],0cah
mov ax,4c00h
int 21h
codesg ends
只有本站会员才能查看附件,请 登录
end start
只有本站会员才能查看附件,请 登录