登录
首页 » asm » 输入日期和时间计划

输入日期和时间计划

于 2022-05-30 发布 文件大小:2.22 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

方便的手动设置日期和时间在x86微处理器编程时钟

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

发表评论

0 个回复

  • ASM30UserGuide
    ASM 30 User Guide.pdf
    2010-11-25 17:13:26下载
    积分:1
  • Count-the-interrupt
    用汇编编写的51单片机计数中断例子,用Proteus仿真,简单易懂(The 51 single-chip microcomputer count interrupt example, written in assembler with Proteus simulation, easy to understand)
    2015-06-30 09:52:13下载
    积分:1
  • flowstar
    基于PIC16F73的流星雨效果灯光控制 的 灯光数据接受(PIC)
    2020-09-24 11:37:49下载
    积分:1
  • sys05
    四要素采集,计算,滤波,挑选极值等程序。(Four elements of the collection, calculation, filtering, selection of extreme values and other procedures.)
    2009-11-26 09:29:55下载
    积分:1
  • 自定义按钮和光标的MASM示例masm_src_custom_button_and_cursor
    MASM example of Custom Button And Cursor
    2020-06-21 00:40:02下载
    积分:1
  • DS18B20peratureConversionSubroutine
    DS18B20芯片的温度转换子程序精度为0.5(Temperature Conversion Subroutine)
    2009-04-07 18:11:15下载
    积分:1
  • steam_api_c
    新游戏常见错误处理方法:(最常见8条) 问1:---------- 各种未知错误如“配置不正确”或其他错误 ---------- 答1:下载并安装《Visual C++》运行库; (一般情况下只需下载2010版安装即可)(Common error handling methods for new games: (8 of the most common) Question 1: Unknown errors such as incorrect configuration or other errors Answer 1: Download and install the "Visual C++" runtime; (Normally, you just need to download the 2010 version of the installation.))
    2020-06-19 17:20:02下载
    积分:1
  • PWM-dianji
    基于PWM的直流电机的闭环调速控制系统设计(PWM based closed loop DC motor speed control system design)
    2012-04-14 15:15:24下载
    积分:1
  • 2:十进制数的显示
    说明:  十进制数的显示,就是显示十进制数字 number DATA SEGMENT DECIMAL: DW 606D ; 准备输出的十进制数,这里选择我的寝室号 606 DATA ENDS STACKS SEGMENT STACK DW 4 DUP(0) ; 开辟四个字的堆栈,初始化为 0 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATA MOV DS,AX ; 初始化 DS ;-------------------------------------------------------------- LEA BX,DECIMAL ; 取出准备输出的十进制数 606 的偏移地址,可以使用 OFFSET 代替 MOV AX,[BX] ; 将数放进 AX MOV BX,0AH ; 给 BX 初始化为 10(The display of decimal number is the display of decimal number.)
    2019-06-11 18:29:48下载
    积分:1
  • disp
    This is an Assembly language code for a basic screen saver for a computer.
    2014-10-16 04:24:16下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载