-
用VS2005编个计算器的小程序..
功能一般只实现了+
用VS2005编个计算器的小程序..
功能一般只实现了+ - * /,和进制转换功能.-VS2005 series with a small calculator program .. function generally realized+-* /, And hexadecimal conversion.
- 2022-03-17 02:28:33下载
- 积分:1
-
Windows Environment 32
Windows环境下32位汇编语言程序设计配套书源码第7章-Windows Environment 32-bit assembly language programming book source supporting Chapter 7
- 2022-02-14 06:43:15下载
- 积分:1
-
Some examples of AVR MCU description of the procedures, the procedures
AVR单片机的一些事例程序说明,有关程序-Some examples of AVR MCU description of the procedures, the procedures
- 2023-04-19 18:45:03下载
- 积分:1
-
汇编获取时间的现实,有对整点报时的设置,看看有益
汇编获取时间的现实,有对整点报时的设置,看看有益-get time use asm
- 2023-05-03 14:40:03下载
- 积分:1
-
一个显示图形的代码~如果做课程设计的同学可以拿来看看~...
一个显示图形的代码~如果做课程设计的同学可以拿来看看~-a graphic display to the code, if the design of the courses students could take a look at ~
- 2022-02-16 04:03:12下载
- 积分:1
-
汇编指令代码注释
汇编指令代码详解-code Comments on the compilation instructions
- 2022-10-06 19:05:03下载
- 积分:1
-
汇编非常有用的资源你也许用他非常方便学习汇编它是不错的样本...
汇编非常有用的资源你也许用他非常方便学习汇编它是不错的样本-very useful compilation of resources you may use his learning very convenient compilation it is a good sample
- 2023-04-05 03:55:03下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第10章
Windows环境下32位汇编语言程序设计配套书源码第10章-Windows Environment 32-bit assembly language programming book source package Chapter 10
- 2023-01-24 03:15:03下载
- 积分: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
-
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
- 2022-02-13 19:43:01下载
- 积分:1