-
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
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 CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
- 2023-06-25 06:50:03下载
- 积分:1
-
Used for ASM Num Translate
汇编数据的转换程序.可以完成进制转换.适用于汇编新手.有助于做题.对于编程人员来说可以学习进制转换原理.-Used for ASM Num Translate
- 2023-05-01 15:00:04下载
- 积分:1
-
可以存储最多50个电话信息,包括序号,姓名,地址,电话。具有查找,浏览,修改,添加,删除,查看上一个,下一个记录等功能。注释详细,在masm615下汇编运行。...
可以存储最多50个电话信息,包括序号,姓名,地址,电话。具有查找,浏览,修改,添加,删除,查看上一个,下一个记录等功能。注释详细,在masm615下汇编运行。-Can store up to 50 telephone information, including the serial number, name, address, telephone number. Have to find, browse, modify, add, delete, view, on one, the next record function. Note detailed compilation of the masm615 to run under.
- 2022-06-02 02:47:08下载
- 积分:1
-
firstwindow
为汇编初学者提供的保护模式下编程使用的代码,用来创建一个简单的窗口-firstwindow
- 2022-11-16 13:45:08下载
- 积分:1
-
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用
用89c51实现数字时钟,6位LED,4*3的key,程序已经调试好,可以直接使用-With 89C51 digital clock, 6 LED, 4* 3 the key, the procedure has a good debugger, you can directly use
- 2022-03-02 20:16:39下载
- 积分:1
-
编译是在游戏的砖,320x200x256模型。关于缓冲板…
用汇编写的弹砖块游戏,320x200x256模式。左右键控制挡板。打中不同的砖块会有不同的效果。当前目录下有一个map.txt的文件,用来存放砖块的排列。注:在XP下,可能显示有一定问题。-compilation was made with the bricks at the game, 320x200x256 model. About baffle control keys. Hit the bricks have different results. Current directory is a map.txt documents were used to store the bricks with. Note : In XP, it may indicate that certain problems.
- 2022-03-19 08:28:32下载
- 积分:1
-
电机,矢量模型可用于电机模型的建立,是矢量控制的函数
电机,矢量模型可用于电机模型的建立,是矢量控制的函数-i am sorry,my englis poor
- 2022-01-25 20:32:38下载
- 积分:1
-
和量度暗无天日是非曲直蝇理工科 量度 量度
和量度暗无天日是非曲直蝇理工科 量度 量度 -And complete darkness to measure the merits of science and engineering measure to measure fly
- 2022-07-07 05:40:43下载
- 积分:1
-
用来实现对音乐的编译!用的是TASM编译器来实现在COM下的音乐效果...
用来实现对音乐的编译!用的是TASM编译器来实现在COM下的音乐效果-used for the compilation of music! TASM is the compiler to achieve in the COM Music
- 2023-05-11 16:15:03下载
- 积分:1
-
EEPROM5045的汇编读写程序,费了很大劲才写好的哦
EEPROM5045的汇编读写程序,费了很大劲才写好的哦-EEPROM5045 a compilation of reading and writing procedures, costs a great deal written劲才Oh
- 2022-07-09 04:12:16下载
- 积分:1