鱼C论坛

 找回密码
 立即注册
查看: 1410|回复: 0

15.5 安装int9 程序没有反应

[复制链接]
发表于 2014-8-17 21:57:26 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
assume cs:codesg
stack segment
     db 128 dup(0)
stack ends
codesg segment
start:  
        mov ax,stack
                mov ss,ax
                mov sp,128
               
                push cs
                pop ds  
                mov si, offset int9
               
                mov ax,0
        mov es,ax
        mov di,204h
        mov cx,offset int9ed - offset int9
        cld
        rep movsb
               

                push es:[9*4]
                pop es:[200h]
                push es:[9*4+2]
                pop es:[202h]       

                cli
        mov word ptr es:[9*4],204h       
                mov word ptr es:[9*4+2],0
                sti
                mov ax,4c00h
                int 21h
               
int9:  push ax

       push bx
           push es
       push cx           
          
       in al,60h
       pushf
       call dword ptr cs:[200h]       
       cmp al,1
       jne        ok
           mov ax,0b800h
           mov es,ax
           mov bx,1
           mov cx ,2000
s2:    inc byte ptr es:[bx]           
           add bx,2
           loop s2
ok:    pop cx
       pop es
       pop bx
           pop ax
       iret          
int9ed:    nop               
codesg ends
end start
------------------------------------------
以上是代码 运行程序后 按esc怎么没有变颜色呀


12.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-18 10:46

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表