-
汇编音乐程序
汇编音乐程序--两只老虎!这是一个挺好的程序-compilation music programme_________two tigers ,and this is a wonderful programme
- 2022-02-02 12:35:21下载
- 积分:1
-
文件加密程序,汇编语言编写程序,源代码基本代码
文件加密程序,汇编语言编写程序,源代码基本代码-File encryption procedures, assembly language programming, source code basic code
- 2022-07-01 22:10:41下载
- 积分:1
-
51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred i...
51仿真器液晶显示演示程序发发 发发生 发放发生的发生发生地方-51 LCD Simulator demo fat fat fat occurred occurred occurred occurred occurred issuing places
- 2023-04-25 17:45: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
-
Pf18f485 in the pic under the control of single
在pic单片机pf18f485的控制下使CCP1模块工作在脉宽调制PWM波形方式下从RC2口上输出分辨率达10位的
-Pf18f485 in the pic under the control of single-chip so that the work of CCP1 module in PWM mode PWM waveform output from the RC2 I 10 resolution of the
- 2023-02-23 14:50:03下载
- 积分:1
-
汇编语言编写的二十一点小游戏程序。可以直接运行
汇编语言编写的二十一点小游戏程序。可以直接运行-Written in assembly language programs blackjack game. Can be directly run
- 2022-02-20 06:17:52下载
- 积分:1
-
BCD multiply, the compilation environment where no compression BCD multiplicatio...
BCD码相乘,汇编环境里没有对压缩BCD码相乘的调整,相当于作业吧!-BCD multiply, the compilation environment where no compression BCD multiplication of adjustment, which is equivalent to operating!
- 2023-08-17 02:25:03下载
- 积分:1
-
a compilation procedure but forgot what
一个汇编程序 不过什么忘了-a compilation procedure but forgot what
- 2022-03-19 02:12:42下载
- 积分:1
-
ASM电机向前和向后
asm for motor forward and backward
- 2022-04-15 21:33:12下载
- 积分:1
-
学习如何使用MPLAB集成开发环境(IDE)的编码基因…
To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging.
This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Port C and increments a counter and resets to a predetermined value when the counter rolls over to zero. All labels start in the first column, and the last line has an end directive. For detailed information, refer to the PIC18F452 datasheet on the course web page.
- 2022-07-13 16:21:22下载
- 积分:1