搜索资源列表
《汇编源代码大全》
- 由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!
liao dos
- 看门狗汇编源代码
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
CL
- 数字时钟程序 DOS ASM 汇编语言-Digital Clock procedures DOS ASM assembly language
grademanagement
- Student学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条以内的学生记录。若记录较多,一页显示不下,可进行翻页操作。 -Student student grade management system is a MASM macro ass
GreedySnake
- 该款贪吃蛇游戏完全基于底层的汇编语言,采用DOS调用的方式运行,并且是全彩色的,配有详细的游戏说明。-The Snake game is based entirely on the ground floor of the assembly language, used to call DOS run, and the full-color, with a detailed descr iption of the game.
streetlamb
- 该程序利用汇编语言,在dos环境下实现了模拟交通灯的功能-The program using assembly language, in the dos environment to achieve a simulation of the function of traffic lights
xueshengchengjiguanlixitong
- 学生成绩管理系统的设计,DOS界面,允许输入学生姓名和其科目成绩、允许删除学生的所有信息和能够查询显示对应学生姓名的成绩。-Student achievement management system design, DOS interface, allowing students to enter the names and accomplishments of its subjects, allowing students to delete all the information and b
snake
- 使用汇编语言,一个简单的贪吃蛇程序。通过键盘上的上下左右键控制蛇的走向。采用Tasm汇编器。-The use of assembly language, a simple procedure Snake. Through the keyboard keys to control the up and down about the direction of the snake. Tasm using assembler.
nasm-Source
- NASM是一个开源跨平台的汇编器。里面的源码有linux下和dos下的。包含一个NASM汇编教程,源码非常清晰,含少量汇编代码。-NASM is an open source cross-platform assembler. Inside the source code under linux and dos are under. NASM contains a compilation of tutorials, source code is very clear, with a small
asm
- 好东西,一个汇编程语言学习经典资料,系统研究dos、windows底层,pe文件分析,病毒代码分析,文件加密解密等汇编语言应用。-A good thing to learn a programming language, the classic exchange of information, systematic study dos, windows bottom, pe document analysis, the virus code analysis, file encryption a
PCICOD7
- 汇编 PCI 扫瞄 有DOS下搜索PCI设备的编程-Index Bus. Dev. func. Vendor Device Device Type
ASM-DOS-IO
- 汇编语言实现DOS系统功能调用,实现键盘输入显示-Assembly language function calls DOS system to achieve keyboard display
汇编金手指
- 汇编常用指令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)