搜索资源列表
TSR程序作出DOS下的屏幕保护程序
- 一组采用一个TSR程序来实现屏幕保护程序的汇编源代码,有助于汇编编程爱好者进一步学习汇编高级编程-a group using a TSR program to screen protection program compilation of source code, compiled programming enthusiasts help further study compiled Advanced Programming
《汇编源代码大全》
- 由3926个源代码,包括8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是 汇编语言的知识宝库!-by 3926 source code, 8051/8096/8099/8048 compilation including SCM tools, assembly l
dos功能在汇编语言中的调用例子
- 本程序是汇编语言的一些基本功能的组合,例如:进制间的转换和dos功能的一些基本调用在汇编中的应用等-this program is a compilation of some of the basic language function of composition, for example : band switching between dos and some of the basic functions of call in the compilation of applications
汇编科设之打字游戏testword
- 汇编语言课程设计--打字游戏,在dos下运行,主要是对汇编中断和显示技术的应用-assembly language curriculum design -- typing games, the running dos, major disruption of the compilation and display technology applications
从Dos到win32汇编
- 学习汇编语言的好书!可发帮助非WIN汇编程序员很快跨过从Dos到win32汇编这一门槛!-learning assembly language books! Hair can help non-programmers to quickly compile WIN crossed from the Dos win32 compilation of the threshold!
汇编大全
- 由3926个源代码,包括8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是 汇编语言的知识宝库!-by 3926 source code, including SCM 8051/8096/8099/8048 compilation tools, assembly language,
liao dos
- 看门狗汇编源代码
16*16点阵显示
- 16*16点阵显示 对学习汇编有点帮助 且在dos环境下运行的
动态汇编
- 以前在电影上见到黑客们做的,在DOS中实现屏目一闪一闪的,数字不停的改变
RS232中断开发C语言源程序
- RS232 中断开发 C 语言源程序 包内包含C源代码以及汇编子程序-RS232 interrupt the development of C language source code package includes C source code and compiled subprogram
Serial(Dos)
- 用汇编语言编的Dos下串口通信程序,可用于传送比较短的文件-Using assembly language of the provision under Dos serial communication procedures, can be used to send relatively short files
Snake
- 汇编语言课程设计,贪吃蛇,使用DOS环境,用MASM2.0编译.此为贪吃蛇源代码.-Assembly language curriculum design, Snake, use the DOS environment, compiled by MASM2.0. This is the Snake source code.
DOS
- DOS操作系统源代码,VC下编译通过,由于代码中部分为汇编代码,需要阅读者有一定的汇编知识-DOS operating system source code, VC compiled by, as part of the code for the assembly code, you need to read the compilation of those who have some knowledge
rising钥匙盘破解源码
- DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
8051DELAY
- 汇编延时程序算法精算,主要讲实一些单片机的算法-Delay process to compile an actuarial method, the main speaker of the algorithm is some Singlechip
nasm_man
- NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多 的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16 位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简 洁易懂,和Intel语法相似但更简单。-NASM is a portable and modular design of a 80x86 assembler. It supports the goal
ASM-DOS-IO
- 汇编语言实现DOS系统功能调用,实现键盘输入显示-Assembly language function calls DOS system to achieve keyboard display
win7-dos
- 该工具可以实现win7版本下的dos汇编中的DEBUG功能,一般的win7不支持DEBUG,可以使用本工具实现-The tool enables the win7 version dos compilation DEBUG general win7 does not support the DEBUG can use this tool
汇编金手指
- 汇编常用指令16/32位的详尽解释,以及各种BIOS/DOS中断(A detailed explanation of the 16/32 bit for the assembly of common instructions and a variety of BIOS/DOS interrupts)
dos汇编工具包(edit+masm+link+lib+debug)
- dos工具包 含有lib可创建子程序库,masm和debug调试(DOS toolkit for debug programming)