第1个回答 2013-12-01
这个问题我知道!直接调中断即可。
dsegsegment
msglfdb0ah,0dh,'$'
dsegends
csegsegment
assumecs:cseg,ds:dseg
begin:
movax,dseg
movds,ax
movah,1
int21h
movbl,al
leadx,msglf
movah,9
int21h
movdl,bl
movah,2
int21h
movah,4ch
int21h
csegends
endbegin本回答被网友采纳