摘要: 1 ;此乃安装程序 2 ;功能:将8086cpu中断类型码为0 的中断向量设置为我们编写的中断服务程序入口地址 3 ;该中断在除法发送溢出的时候产生 4 5 assume cs:code 6 code segment 7 main: 8 mov ax,cs 9 ... 阅读全文
posted @ 2014-12-20 15:44 预兆ZeD 阅读(138) 评论(0) 推荐(0) 编辑