-
斐波那契数列在汇编语言8086
Fibonacci Series in Assembly Language 8086
- 2022-05-23 23:04:23下载
- 积分:1
-
建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲...
建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲
-documents establishing songs by singers, in order of search procedures can receive a concert, and exported all of its songs
- 2022-04-10 04:26:01下载
- 积分:1
-
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
-
广告程序,方便调试美国。特别简单,用AD0804
AD程序,方便大家调试。特简单,用AD0804-AD procedures, to facilitate debugging U.S.. Special simple, using AD0804
- 2022-01-24 18:11:44下载
- 积分:1
-
我写的在DOS下枚举所有PCI设备的例子
我写的在DOS下枚举所有PCI设备的例子-I write DOS Enumerate all PCI devices example
- 2022-03-11 13:32:38下载
- 积分:1
-
将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.
将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.-will be stored in the DAT1 began an eight-byte BCD together, the results on SUM. Consider spills.
- 2023-01-15 03:05:04下载
- 积分:1
-
这个程序是关于汇编编程的主要事例,通过它你能够叫早的学习到汇编的真谛...
这个程序是关于汇编编程的主要事例,通过它你能够叫早的学习到汇编的真谛-the procedure is on the compilation of the main programming examples, it can call you back to the compilation of learning the true meaning of
- 2023-04-01 21:10:03下载
- 积分:1
-
suitable for use in 4
适合用在4线制触摸屏,它通过标准SPI协议和CPU通信,操作简单,精度高,-suitable for use in 4-wire Touchscreen, through standard protocols and CPU SPI communication, simple operation, high accuracy,
- 2022-08-22 23:49:12下载
- 积分:1
-
dsk5416的McBSP的应用。我已经调试以确保正确…
DSK5416的mcbsp应用.本人调试过,保证正确-Application of the McBSP DSK5416. I have been debugging to ensure that the correct
- 2022-06-28 23:06:01下载
- 积分:1
-
交通灯的变换
交通灯的变换----汇编语言实现-Traffic lights change---- assembly language to achieve
- 2022-07-13 04:21:29下载
- 积分:1