王爽 汇编 实验15:安装新的int9中断例程
assume cs:codecode segmentstart: mov ax,cs mov ds,ax mov si,offset int9start mov ax,0 mov es,ax mov di,0204h mov cx, offset int9end-offset int9start rep movsb mov ax,es:[9*4] mov dx,es