Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - asm
Search - asm - List
DL : 0
This asm book,about DEBUG32.exe-This asm2 book, about DEBUG32.exe
Update : 2008-10-13 Size : 51858 Publisher : peggy

DSP为TMS320F240,带编码器,电机是三相交流永磁同步电机 欢迎大家一起讨论!!!!! 这是ASM文件,可不是PDF文件,你可以直接用. 如果用TMS320LF2407A有些地方指令要修改一下-DSP TMS320F240, with encoder, Three-phase AC motor is a permanent magnet synchronous motor welcome everyone to join in the discussion !!!!! This is the ASM paper that not PDF files, You can directly use. If TMS320LF2407A some directives have to adapt
Update : 2008-10-13 Size : 6752 Publisher : dagger

DL : 0
AVR USART串口使用的一个范例 编译器:GCC 工具: C && ASM 芯片:ATMEL的ATMEGA系列-AVR USART serial use of a model compiler : GCC tools : C
Update : 2008-10-13 Size : 3234 Publisher : 刘健华

[jpeg_encode_source.zip] - jpeg 图像压缩源程式,仅供学习,不可用于商业范筹! [液晶模块显示源代码.zip] - 2*20 液晶模块显示源代码,红外遥控 NEC Format -[jpeg_encode_source.zip] - source jpeg image compression program , is for learning, not for commercial scope! [LCD shows the source code. Zip] - 2 * 20 LCD shows the source code, infrared remote control NEC Format
Update : 2008-10-13 Size : 5174 Publisher : yanrs

DL : 0
这个PH10有双接口的ASM程序,P3。0是第二个时钟,先接在多余的245脚上,然后引到板上就能显示完整的字了 -the probe double interface ASM procedure, P3. 0 is the second clock, Then in first surplus of 245 feet and then introduce it to the board will be able to display the characters
Update : 2008-10-13 Size : 3373 Publisher : 王建军

hen hao de yi guai ruanjian -hen hao de yi guai ruanjian
Update : 2008-10-13 Size : 3042 Publisher : 薛群钰

KM考勤门禁机软件代码,使用伟福环境开发,ASM代码-KM attendance Access Control software code, the use of environment-fu development, ASM code
Update : 2008-10-13 Size : 19149 Publisher : cp

功能:windows下直接检测键盘的扫描码, 语言:asm 特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bios called a good example of ps / 2 keyboard handling of great reference value
Update : 2008-10-13 Size : 5606 Publisher : 邹锦坤

DL : 0
此是本人调试成功的用ASm汇编写的 IIC EEPROM 的程序,不会的可以借鉴一下。-this is my debugging ASm success of the compilation was made by the IIC EEPROM process, No can learn from this.
Update : 2008-10-13 Size : 5136 Publisher : 天峰

运行于80C196上的浮点运算程序asm-running on the 80C196 on the floating-point operations procedures asm2
Update : 2008-10-13 Size : 5532 Publisher : 曹姓名

用汇编写屏幕保护程序。屏幕保护程序是什么,相信大家都用过,但对于它的结构也许就不那么熟悉了。屏幕保护程序是一种特使的 .exe 文件,实际上它是一个标准的 PE 文件,除了有扩展名 .scr,当然这个扩展名也是用连接程序产生的 .exe 文件改名得到的。但在编程中,屏幕保护程序又有它的特殊的地方,说穿了就是它的编程规范。 -compilation was made by the screen saver. Screen Saver yes, I believe we all used, but its structure may not be so familiar. Screen Saver is a special envoy. Exe file, it is actually a standard PE documents, Apart from the extension. scr, of course, the extension is connected with the procedures. exe file name of. But in programming, the screen saver has its special place, the truth is that the programming norms.
Update : 2008-10-13 Size : 4798 Publisher : jiankang

用汇编写系统服务程序。Windows NT的服务都是通过一般的可执行程序实现的,不同的是,它遵循内部的一个特定协议来设计,以便它们能够与服务控制管理器(SCM,Service Control Manager)进行正确的交互。-writing system with a compilation service procedures. Windows NT services are enforceable through the normal procedures to achieve, and the difference is that It followed an internal agreement to a specific design so that they can with the Service Control Manager (SCM. Service Control Manager) for the correct interaction.
Update : 2008-10-13 Size : 13281 Publisher : jiankang

该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执行完save(&sp)后得到因为条件为假而执行else语句,却在判断之前将程序指针保存在sp中了. else语句中的resume(&sp),该函数很狡猾将堆栈中的返回地址改变了,改到了sp所指出,即将程序指针改到了执行条件判断前.resume返回1,条件满足,执行if语句. save函数堆栈: eip ebp+8 s ebp+4 ebp ebp+0 resume函数堆栈与save的相同. 新建一个win32的工程,将unixc.cpp和unix.obj加入过程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.-the simulation UNIX save and resume function, and the VC on how to use the compiled class machines for the operation. main function is very simple to introduce the first two external function, extern "C" said C. named by the traditional habits. function pointer procedures will save preserved in (* s) and return 0, why are there if (save (
Update : 2008-10-13 Size : 6261 Publisher : 摩尔

C-编译器的设计,有详细的文档 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-C-compiler design, is a detailed document. compared with a friendly GUI interface (modeled on my own is using the emacs); 2. Grammar supported the more comprehensive (after all, C-, grammar or less); 3. Error Recovery; 4. Generation p-code, easy to understand; 5. asm2 code generated by the basic masm6.0 able to successfully build, but code has not been optimized, extremely inefficient.
Update : 2008-10-13 Size : 996016 Publisher : wangfei

es3890 VCD 开发编程 .c和.asm文件 g-es3890 VCD development program. C and. Asm2 document g
Update : 2008-10-13 Size : 511542 Publisher : zhou boat

I2C总线模拟方式,位方式,字节方式的asm和C代码-I2C bus simulation, spaces, the byte code and C asm2
Update : 2008-10-13 Size : 37867 Publisher : 张郑锟

DL : 0
以款破解QQ2005的密码加密软件,里面还带有该程序所使用的ASM援代码。-to, as an abbreviation for crying; crack the password encryption software, which also contain the procedures used by ASM DAC code.
Update : 2008-10-13 Size : 96334 Publisher : 玲珑

通俗易懂的汇编教程,初学汇编的人,浙江是一本好的入门教程。从这本书开始汇编之路较为容易。-user-friendly compilation Guide, a compilation of a novice, Zhejiang is a good introductory tutorial. This book has begun to compile the road more easily.
Update : 2008-10-13 Size : 13260882 Publisher : aranderla

DL : 0
V2Packer code by tt.t with almost pure delphi first build @ 2006.4.15 看到過許多別人寫的殼,大多是asm,也有的是c。早就想試一試用比較“純”的delphi 寫會是什麼樣子,於是就有了V2Packer。 V2Packer斷斷續續寫了半個月的時間,資源部分代碼寫的很垃圾,只算是能用。PEAnalyst類 由於改變了思路,去掉了一些東西,現在成了PEHeader類的再包裝。 代碼中的{$INCLUDE DePack.pas }是因為d6的ide不支持代碼摺疊,就把一些代碼移到了 單獨的單元。 DePack.pas中用了一個非常簡單而且不安全的anti-debug trick,很可能有危險,不過 姑且放在那裡吧。 代碼中肯定有bug,不過測試中沒發現大問題,作為自娛自樂的產物就算說得過去了。 程序寫的思路比較清晰,如果對感興趣,可以從DoPack函數看起。 希望能對為數不多的用delphi寫這累東西的初學者有一些幫助。 !請不要將這些代碼用於非法用途!-V2Packer code by tt.t with almost pure delp hi first build@2006.4.15 seen many people write the carcasses, mostly asm2. c while others. Had long ago wanted to try a more "pure" delphi write what is, so there will be a V2Packer. V2Packer write off half of the time and resources of the code is written rubbish is only can be used. PEAnalyst category owing to a change in the thinking and get rid of some stuff PEHeader now become a kind of repackaging. The code () $ INCLUDE DePack.pas because d6, B3 does not support the ide code folding , put some code moved to a separate unit. DePack.pas using a very simple and insecure anti-debug trick , it is very likely it is dangerous, but to give it on there. I am sure that code bug, but tests found no major problems, as the product even enterta
Update : 2008-10-13 Size : 526283 Publisher : 大可

HD and COM port Monitor w/ASM source -HD and COM port Monitor w / ASM source
Update : 2008-10-13 Size : 18135 Publisher : soul.wang
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.