-
迪文触摸屏os汇编程序数据库存储时间寄存器读写
说明: 文件包括asm源程序及宏定义文件,迪文触摸屏os汇编程序,数据库读写以及密码修改判断保存等,时间寄存器的读取以及转换,保存主界面数据记录到flash存储读取主界面数据记录到触摸屏数据存储地址,用于记录查看。源程序里有注释,结构比较简单。(DWIN touch screen OS assembler, database reading and writing, password modification, judgment and saving, save the main interface data record to flash storage, read the main interface data record to the touch screen data storage address, for record viewing.)
- 2020-10-10 16:47:33下载
- 积分: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
-
0832设计的波形发生器 DAC0832proteus
0832设计的波形发生器 DAC0832proteus-a
- 2023-06-20 06:25:03下载
- 积分:1
-
test
方差比检验代码,可以用来进行有效市场假说的检验,另外是一部分(Variance ratio test code can be used for the test of the efficient market hypothesis, the other is part of the)
- 2012-06-09 21:38:09下载
- 积分:1
-
适用于内藏SED1335及其兼容控制器的SHARP
适用于内藏SED1335及其兼容控制器的SHARP-LM32019T 320X240点阵字符-Applicable to embedded controller SED1335 compatible and SHARP-LM32019T 320X240 dot matrix characters
- 2022-07-04 17:32:33下载
- 积分:1
-
电子秒表
电子秒表-99 seconds time counter
- 2022-03-17 23:52:16下载
- 积分:1
-
Python-100-Days-master
说明: Phython学习课程《Python-100-Days-master》,100天成为Phython大师。(Python study course python-100-days-master, and become a master of phyton in 100 days.)
- 2020-11-20 09:41:00下载
- 积分:1
-
递归下降分析法让我们更加的能够懂得和了解词法分析的内容和注解。...
递归下降分析法让我们更加的能够懂得和了解词法分析的内容和注解。-Recursive descent analysis so that we can know and understand more of the lexical analysis of the content and annotations.
- 2022-01-26 07:33:53下载
- 积分:1
-
基本的开方的小程序,学习时所写,算不的好,是本人学习汇编的习作,请多指教。...
基本的开方的小程序,学习时所写,算不的好,是本人学习汇编的习作,请多指教。-basic prescribing of small programs, written study, it is not good, I study is a compilation of the exercises, please enlighten.
- 2023-05-16 12:15:03下载
- 积分:1
-
两个十进制数相乘的实验
一. 实验目的 1.掌握乘法和循环指令的用法。 2.熟悉在PC机上建立、汇编、连接、调试和运行,8088/8086汇编语言程序的过程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-25 13:45:03下载
- 积分:1