登录
首页 » 汇编语言 » This procedure is soft clock procedure, if you do not have the hardware clock, y...

This procedure is soft clock procedure, if you do not have the hardware clock, y...

于 2022-03-21 发布 文件大小:1.20 kB
0 223
下载积分: 2 下载次数: 1

代码说明:

这个程序是软时钟程序,如果你不用硬时钟,可以使用这个程序-This procedure is soft clock procedure, if you do not have the hardware clock, you can use this procedure

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 时钟中断历程 可以下下来参考一下 很不错的程序 适合于初学者参考...
    时钟中断历程 可以下下来参考一下 很不错的程序 适合于汇编初学者参考-Process can break down the clock, under the procedures refer to very good reference for beginners compilation
    2022-02-27 00:34:59下载
    积分: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
  • 工具borg2.27源码,文件齐全
    反汇编工具borg2.27源码,文件齐全-anti-compilation tools borg2.27 source, the complete document
    2022-12-09 05:40:02下载
    积分:1
  • 一个具有电子时钟程序的闹钟。使用
    带一闹钟的电子时钟程序。用汇编语言实现的带一个闹钟功能的程序。是针对at89s51单片机设计的。数码管显示是用的6位。-One alarm clock with an electronic clock procedures. Using assembly language to achieve with an alarm clock function procedures. AT89S51 for single-chip design. Digital tube display is used 6.
    2022-08-13 23:50:45下载
    积分:1
  • Dining philosophers problem is presented and solved Dijkatra typical synchroniza...
    哲学家就餐问题是由Dijkatra提出并解决的典型同步问题。该问题描述的是有五个哲学家共用一张圆桌,分别坐在周围的五张椅子上,圆桌上有五个碗和五只筷子,他们的生活方式是交替的进行思考和就餐。平时,一个哲学家进行思考,饥饿时便试图取用其左右最靠近他的筷子,只有在他拿到两只筷子时才能进餐。进餐完,放下筷子继续思考。-Dining philosophers problem is presented and solved Dijkatra typical synchronization problems. Description of the problem is that there are five philosophers share a round-table were sitting around the five chair, round table has five bowl and five chopsticks, their way of life is the turn of thinking and eating. Normally, a philosopher to think, hunger when trying to access their nearest him about the chopsticks, only if he can get two chopsticks when eating. End meals, to lay down their chopsticks to continue thinking.
    2023-06-13 12:15:03下载
    积分:1
  • DSP程序TI常用例程MatRix,可以参考使用
    DSP程序TI常用例程MatRix,可以参考使用-TI procedure commonly used DSP routines MatRix, can refer to the use of
    2023-05-01 19:30:03下载
    积分:1
  • 程并行接口8255A完成的交通灯实验     用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口...
    可编程并行接口8255A完成的交通灯实验     用8255A的B端口和C端口控制12个LED的亮和灭(输出为0则亮,输出为1则灭),模拟十字路口的交通灯。 -programmable parallel interface 8255A completed, the traffic lights experimental 8255A port B and C- I control 12 LED bright and methomyl (output of 0-liang, the output of an anti), the simulation of traffic lights at a crossroads.
    2022-08-04 05:14:37下载
    积分:1
  • 用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP...
    用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
    2022-06-02 14:55:13下载
    积分:1
  • 三分之一phthon的程序。
    a third phthon program.
    2022-03-13 21:54:54下载
    积分:1
  • 是关于指令的一个小字典,用起来很舒服,对初学者应该有些帮助的...
    是关于汇编指令的一个小字典,用起来很舒服,对初学者应该有些帮助的-instructions on the compilation is a small dictionary, used to be very uncomfortable for some beginners should help
    2022-06-01 14:46:15下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载