若此相惜 发表于 2019-9-15 16:44

求分析这段代码什么意思 感谢大神们

code segment

assume 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

JuncoJet 发表于 2019-9-15 17:03

dos汇编,int 13是磁盘读写中断
页: [1]
查看完整版本: 求分析这段代码什么意思 感谢大神们