注意:此页面搜索的是所有试题
[简答题,10分] 下列程序的作用是什么?试用直接写中断向量表的方式改写。 mov dx,offset win_time mov ax,seg win_time mov ds,ax mov al,1ch mov ah,25h int 21h

参考答案