联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Windows编程(7) 
按平台查找All Asm(7) 

[Windows编程] score_v1.6

一个娱乐的小程序 随机点名//一个娱乐的小程序 随机点名
A small program random name Entertainment//A small program random name Entertainment (2015-01-12, Asm, 96KB, 下载2次)

http://www.pudn.com/Download/item/id/1421050470153974.html

[Windows编程] v86dos_src

很老的东西,1993年左右的书,书的作者吕晓庆,通过一个将DOS POST到保护模式的开发环境,对了解保护模式有点参考价值,个人感觉这本 书里边的东西学起来比较顺手.直道现在也几乎没有见到像这本书这样介绍保护模式系统的书. 这本书上的代码有点错误.运行不起来.1998年左右我修改了下,可以用了.可以用这个代码来实作,段,页,多任务,模式切换.CPU异常等处理. 而且里边还带个最简单崩溃的调试器的代码,出现异常时候可以将当前的i386 寄存器给打印出来, 目录中的v86dos里边是v86DOS 玩具操作系统的代码,它将DOS 自举到虚拟86模式,并在之前初始化相关IA32保护模式资源.提供中断调用门,进入保护模式. 目录中的v86base 中是一些玩保护模式下功能调用V86DOS 玩具操作系统调用门的小代码.比如页错换页测试,双任务测试(一个在屏幕上 边打+,一个在屏幕下边打-),这个在DOS 时代确实还比较新鲜.估计这玩艺对了解保护模式可能有点意义,放在硬盘中 差点就把这个东西丢了,嘿嘿,现在放上来共享之.
Very old stuff , about 1993 books , author of the book Lv Xiaoqing , by a will to protected mode DOS POST development environment for understanding a bit protected mode reference value, this personal feeling Inside the book to learn something more smoothly . Straights are almost not seen this book describes the book as protected mode system. This book is a bit of code on error . Running up around .1998 I modified the next, can be used can be used to implement this code , section , page , multi-tasking, mode switching . CPU abnormal processing . And inside also with the most simple code debugger crashes , abnormal when the current i386 can register to print out, Directory v86dos is v86DOS toys inside the operating system code, it will bootstrap to a virtual 86 DOS mode and protected mode before initializing IA32-related resources . Provide an interrupt call gate , into protected mode. Directory v86base is some play toys protected mode operating system function calls V86DO (2014-01-20, Asm, 72KB, 下载4次)

http://www.pudn.com/Download/item/id/2453420.html

[Windows编程] 1111

代码运算类 汇编 双字节二进制无符号数开平方
Compilation of code computing category the number of double-byte unsigned binary square root (2009-03-08, Asm, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/665392.html

[Windows编程] multiboot

自己编程实现多引导 如果你是一个计算机用户相信你一定安装过操作系统,当你用久了一个操作系统,你可能会安装一个新的操作系统,但你往往希望保留现在的操作系统。比如当你有了一个windows98,你可以在上面再安装windows2K或是windowsXP,这是因为Windows的NTloader可以认识比自己更早的操作系统,所以能够给你保留先前的操作系统。但是如果你现在已经拥有了一个windows2K或是windowsXP你要在硬盘上再装个WINDOWS98甚至一些怀旧派人士想在上面安装一个DOS6.22,此时又该怎么办呢?你往往会用到第三方软件,比如V communications,.inc的System Commander系列,PowerQuest Corporration的BootMagic等等都是很好的选择。这些软件的将硬盘分区设置为两个或是两个以上的主分区,(也就是我们所说的双“C”盘,或是多“C”盘),把不同的操作系统安装到不同的主分区,通过激活不同的分区来实现多重引导,其优点是安全稳定,一旦一个操作系统瘫痪,一点不影响其他操作系统,个人认为值得推荐。 本文不是一篇多操作系统实现的经验介绍,因此有关BootMagic等第三方软件的使用我就不再浪费篇幅来介绍,我要给大家分析的是此类软件的实现原理。 (2007-10-22, Asm, 7KB, 下载5次)

http://www.pudn.com/Download/item/id/348792.html

[Windows编程] Hanogkhk

用递规子程序的方法实现HANOI塔问题.子程序模块个数不限. 要求: 盘子个数可以输入,第一个塔为A,第二个塔为B,第三个塔 的名称为C.打印出移动过程.
regulation subroutine with the delivery method HANOI Tower. Open-number subroutine modules. Requirements : Number plate can be imported, a Tower A, the second tower B, the third tower in the name of C. Print Mobile process. (2007-05-20, Asm, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/284845.html

[Windows编程] shuangzijiechabiao

双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献
double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment memory even parity check first table odd investigations second table look-up table, the high byte in r6, in the low byte r7 Note : procedures to form, we must employ Jump instructions to skip form Otherwise forms will be deemed to implement procedures that go wrong longest regular time for 10 mS @ 16MHz crystal oscillator; cabbage dedication (2007-04-10, Asm, 2KB, 下载73次)

http://www.pudn.com/Download/item/id/265769.html

[Windows编程] 串行通信接口汇编程序设计

串行通讯接口汇编程序设计.可用于双机聊天开发
serial communication interface design compilation process. Can be used to develop a two-aircraft Chat (2006-01-10, Asm, 35KB, 下载141次)

http://www.pudn.com/Download/item/id/140162.html
总计:7