-
这是2*8字符型点阵液晶的子程序,有详细注释,希望能给大家一些帮助。...
这是2*8字符型点阵液晶的子程序,有详细注释,希望能给大家一些帮助。-this is 2* 8 character dot-matrix LCD subroutine, detailed notes, in hopes of giving you some help.
- 2023-05-18 21:20:03下载
- 积分:1
-
汇编语言问题以及说明文档
详细的汇编语言学习资料
汇编语言问题以及说明文档
详细的汇编语言学习资料-Assembly language issues as well as detailed documentation of the assembly language learning materials
- 2023-08-10 12:05:03下载
- 积分:1
-
Asang Toluca people understand Sensen Toluca Asensen ah
阿桑托卢卡人了解阿森托卢卡阿森四托卢卡阿桑托卢卡阿桑托卢卡,托卢卡,托卢卡阿桑托卢卡
- 2023-01-11 10:15:04下载
- 积分: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
-
大量ADuc831的程序员代码,用汇编语言编写,很有参考价值
大量ADuc831的程序员代码,用汇编语言编写,很有参考价值-A large number of programmers ADuc831 code, using assembly language to prepare, a good reference
- 2022-12-07 23:05:03下载
- 积分:1
-
是一个用汇编语言编写的八路控制灯程序。其功能可以实现数字化的灯路控制。...
是一个用汇编语言编写的八路控制灯程序。其功能可以实现数字化的灯路控制。-is an assembler language of the Eighth Route Army to control lights procedures. Its functions can be achieved in digital signal path control.
- 2022-03-07 00:36:54下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第13章
Windows环境下32位汇编语言程序设计配套书源码第13章-Windows Environment 32-bit assembly language programming book source package Chapter 13
- 2022-07-11 18:01:59下载
- 积分:1
-
Gobang function automatically, there is interface to facilitate operation, assem...
自动实现五子棋的功能,有界面,方便操作,汇编语言实现-Gobang function automatically, there is interface to facilitate operation, assembly language implementation
- 2022-04-22 13:10:25下载
- 积分:1
-
这是实现三相异步电动机FOC的DSP开发源代码,希望对大家有用。平台是CCS2000,用的是TMSLF2407开发板...
这是实现三相异步电动机FOC的DSP开发源代码,希望对大家有用。平台是CCS2000,用的是TMSLF2407开发板-This is the realization of three-phase asynchronous motor FOC source code of the DSP development, in the hope that useful to everyone. Platform is CCS2000, using a development board TMSLF2407
- 2022-04-24 06:43:11下载
- 积分:1
-
红外遥控码形检测,通过串口发送数据到PC机
9600,n,8,1,每位+1表示14us...
红外遥控码形检测,通过串口发送数据到PC机
9600,n,8,1,每位+1表示14us-Infrared remote control code type detection, through the serial port to send data to the PC-9600, n, 8,1, each+1 that 14us
- 2022-03-14 23:39:24下载
- 积分:1