引言: 如何让com口工作在中断模式:1, 在8259中把com口对应的中断打开2, MCR BIT3(OUT2)设1(X86架构)3, IER 把需要的中断置起来,
如何让com口工作在FIFO模式:1。
摘要:[译]the other ways to detect ollydbg 检测ollydbg的另类方法
这是linhanshi兄放在他的网站上的,我觉得不错就翻译了下,水平很烂,多多包涵!the other ways to detect ollydbg 检测ollydbg的另类方法pumqara作/roba[tt]译前言现在是2004年了,ring-3级调试器被越来越多地使用,因为它们有图形界面......
摘要:mail: zsc771120@yahoo.com.cn先看下面的代碼: using( form_arg arg=new form_arg(this.ip,this.port,this.limit) ) { arg.left = this.left + 30; arg.top = this.top + 25; arg.showdialog(); arg.get(out this.ip, out t......
serial port (2) 初始化com口上一页 ... jbe short wlsp_00 mov dx, 0a1h 【程序编程相关:
HTML教程(6)-件之间的链接】 【推荐阅读:
HTML教程(5)-表格】 sub cl, 8 【扩展信息:
HTML教程(7)-插入图形】
wlsp_00:
in al, dx ; program interrupt controller to
mov ah, 01
shl ah, cl xor ah, 0ffh and al, ah out dx, al
mov cl, com_irq ;
cmp cl, 7 jbe wlsp_01
in al, 21h
and al, 0fbh out 21h, al
wlsp_01:
...
下一页 摘要:以前在使用vb来实现多线程的时候,发现有一定的难度。虽然也有这样那样的方法,但都不尽人意,但在c#中,要编写多线程应用程序却相当的简单。这篇文章将作简要的介绍,以起到抛砖引玉的作用! .net将关于多线程的功能定义在system.threading名字空间中。因此,要使用多线程,必须先声明引用此名字空间(using system.threading;)。 即使你没有编写多线程应用程序的经验,也可能......