求分析这段代码什么意思 感谢大神们
code segmentassume cs:code,ds:code
org 100h
begin:
xor ax,ax
mov dl,80h
int 13h ;
mov ax,201h
mov bx,200h
mov cx,1
mov dx,80h
int 13h
mov cx,ds:
mov ,0
mov bx,210h
mov ax,301h
int 13h
int 19h
code ends
end begin
编译成.com dos汇编,int 13是磁盘读写中断
页:
[1]