-
programStr
义隆153单片机程序结构,包含宏定义,内部资源初始化(Elan 153 microcontroller program structure)
- 2012-06-20 09:12:08下载
- 积分:1
-
SHEPWM
该程序是关于SHEPWM的程序,分别是30HZ和50HZ,效果很好 !(The program is about SHEPWM procedure, respectively 30HZ and 50HZ, good results!)
- 2009-11-24 20:13:52下载
- 积分: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
-
bac25src
Alarm / launcher
Implemented all the basic functions and features: timer, playing Call (wav), running an application / document, save the settings (manual and automatic), autoloading and avtosvorachivanie (being involved and switchable by the user), the player calls (wav ov), with which you can lose wave y in the right directory and select it by double-clicking.
- 2010-06-20 00:56:28下载
- 积分:1
-
THERMO2---copie
A simple thermometer and thermostat using less expensive component in assembly language.
- 2014-08-28 19:55:14下载
- 积分:1
-
dteet
Foreign model is finished, Three-phase photovoltaic inverter and network simulation, There is a well attenuation curve as input to calculate its seismic waves.
- 2017-08-15 22:49:10下载
- 积分:1
-
lcd1602
Atmega128l连接1602显示屏的一个小实例(Atmega128l connected to a small example of the 1602 display)
- 2012-10-26 20:01:57下载
- 积分:1
-
ADC0832
实现ADC0842与AT89C51之间的联系 模数转换 希望对大家有用(To achieve the link between the ADC0842 and the AT89C51 ADC hope for all of us)
- 2009-09-24 22:20:08下载
- 积分:1
-
asm-with-debugger
汇编语言练习包括asm工具,link工具等,在命令行下使用。(asm exercise and debugger)
- 2012-05-13 18:42:30下载
- 积分:1
-
GENERIC-I2C
Generic I2C AVR asm routines
- 2017-01-06 00:22:02下载
- 积分:1