-
MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。
MASM32汇编工具的帮助文件,是学习WIN32汇编的必备工具文档。-Assist the compilation of the instrument MASM32 documents are compiled WIN32 study documents an essential tool.
- 2022-01-26 05:27:19下载
- 积分:1
-
串口的用法,proteus仿真,程序,原理图全套。
串口的用法,proteus仿真,程序,原理图全套。-Serial port usage, proteus simulation, procedures, a full set of schematics.
- 2023-08-27 03:50:04下载
- 积分:1
-
an assembler language of poker games
一个用汇编语言编写的扑克游戏-an assembler language of poker games
- 2022-05-28 07:31:37下载
- 积分:1
-
该法可以让您了解用C是怎样编写通迅录的,你会发现很神奇的....
该法可以让您了解用C是怎样编写通迅录的,你会发现很神奇的.-the law allows you to understand how to use C is prepared correspondent recorded, you will find wonderful.
- 2022-10-06 10:30:03下载
- 积分:1
-
This is rs (255,223) verilog source coding. Inside : encode, decode, test
这是rs(255,223)编码的verilog源程序。里面有:encode、decode、test-bench等文件。-This is rs (255,223) verilog source coding. Inside : encode, decode, test-bench and other documents.
- 2022-03-18 07:35:01下载
- 积分:1
-
8.11
中断程序的一个典型示例,8253,8255,8259的综合应用。(A typical example of interrupt program, 8253,8255,8259 integrated application.)
- 2009-09-19 20:01:42下载
- 积分:1
-
DZQ
说明: 基于proteus的51单片机电子琴应用之各音节发声源码(Proteus-based application of the 51 MCS organ sound source of each syllable)
- 2010-03-23 15:37:28下载
- 积分:1
-
微机接口课程设计 数字钟实验 源代码
8255 8259 led显示 键盘
微机接口课程设计 数字钟实验 源代码
8255 8259 led显示 键盘-Computer Interface curriculum design, digital clock experiments show the source code 8255 8259 led keypad
- 2022-06-14 09:42:41下载
- 积分:1
-
汇编操作蜂鸣器演奏音乐的例程,使用MASM6.15编译通过
汇编操作蜂鸣器演奏音乐的例程,使用MASM6.15编译通过-operation of buzzer
- 2022-02-15 05:23:26下载
- 积分:1
-
STM32汇编LCD初始化
应用背景
本人原创STM32汇编实现LCD的显示,目前搜遍全球也没有STM32汇编实现LCD显示的代码。 编译器 ARM-NONE-EABI ,是在LINUX下编译的。
代码很复杂不容易看懂,我用了很长时间才写出来,大概有1000行汇编代码,写了半个多月才写出来,真是不容易啊。 程序包括IO设置 时钟初始化,NVIC中断设置,定时器,温度传感器等,红外遥控, 然后在LCD上显示
关键技术
初始化代码
shizhong:
ldr r0, = 0x40021000
ldr r1, = 0x14D83
str r1, [r0]
gsszbz:
ldr r2, [r0]
ldr r1, = 0x20000
tst r1, r2 @高速时钟标志位
bne rccchushihua
b gsszbz
rccchushihua:
ldr r0, = 0x40022000
mov r1, # 0x00000032
str r1, [r0] &n
- 2022-03-12 04:17:41下载
- 积分:1