搜索资源列表
rising钥匙盘破解源码.rar
- 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 ;
FONTNEW
- dos下显示汉字,利用int 15 的87 号功能将字库装载到1m以上内存。-dos shown in Chinese characters, use int 15 87 functions will be loaded into character 1m more memory.
cmm
- 简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数
mcd
- 只要你想听CD,它在任何时候(DOS下,游戏下都可以)用鼠标激活,鼠标控制,为你播放.并提供了选曲和暂停功能,这为光驱上无直接播放建的朋友提供了莫大的方便.该程序思路巧妙,利用INT 33H的现有鼠标功能,巧妙扩展,达到任何条件下激活的能力!-CD if you want to hear it at any time (DOS, the next game can be) activated with the mouse, mouse control, for your players. And
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
int10
- BIOS int 10h功能描述,DOS下编程很值得收藏。-descr iption of the interrupt 10H.
int13h
- BIOS int 13h功能描述,DOS下编程很值得收藏。-descr iption of the interrupt 13H.
BIOS
- BIOS的中断以及功能说明.内容是英文的. ----------------------------------------------------------- INT 00 - DIVIDE ERROR (internal interrupt) Automatically called at end of DIV or IDIV operation that results in error. Normally set by DOS to display an er
070420072985
- 汇编实验 之 输入/输出与中断实验 一、实验目的 1.掌握输入/输出与中断指令的使用方法; 2.掌握中断向量表的结构及使用方法; 3.掌握INT指令的使用方法; 4.掌握BIOS中断功能调用的使用方法; 5.掌握DOS功能调用的使用方法。 二、实验要求 1.了解INT指令与CALL指令的不同点; 2.会用DEBUG观察中断向量表; 3.会用DEBUG的T命令和P命令执行INT指令; 4.会用INT 10H、INT 16H编制程序;
pianoASM
- 根据乐曲中不同的音符是由输出不同频率的声波而产生的原理,通过设置PC机中 8253定时器不同的计数值,可由扬声器发出不同的曲调。 以下是实现PC机作为一架可弹奏的钢琴演奏预定的曲调。程序中采用了INT 21H软中断调用了DOS的常用子程序。-According to different notes in music from the output generated sound waves of different frequencies principle, PC, in 8253 by se
CMMCompiler
- CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等
example
- Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
trans
- translate code acii to int function. Convierte un entero de 16 bits a dos caracteres ascii que se guardan, en un vector que se le debe pasar como argumento.
test
- 如何获取真正中断入口地址 真正的中断地址往往在远跳转的地方,在判断哪个远跳转是真正的中断地址时,不同的中断要具体判断,如跟踪 INT 13H 时,我们知道 BIOS 的段地址一般为 E000,所以一旦判断到段地址为 E000 时,就可以把这个地址保存下来作为真正 INT 13H 地址,而跟踪 INT 21H 时,INT 21H 在 DOS 的内核中,所以要先用第一个 MCB 地址的功能取出 MCB 地址,而第一个 MCB 地址之前是系统内核区,当判断到段地址小于第一个 MCB 地址时,这个
testt
- DOS 程序读取Windows 的剪贴板数据 -Windows DOS program reads data the clipboard in Windows clipboard functionality gives us great convenience, but the program is running in the DOS window to use the clipboard to get information? The DOS interrupt INT 2FH of