-
classic compilation, huh, really good game, "Assembly Language Course Desig...
经典的汇编,呵呵,真的很不错呀
《汇编语言课程设计案例精编》-classic compilation, huh, really good game, "Assembly Language Course Design Case intensive series"
- 2023-05-13 23:20:02下载
- 积分: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
-
keil 的简明教程 如何建立工程,编译,仿真,下载。
keil 的简明教程 如何建立工程,编译,仿真,下载。-keil short, simple tutorial how to create projects, compiling, simulation, download.
- 2023-03-08 12:40:04下载
- 积分:1
-
and vector interrupt settings and read the DOS function calls, which in this cas...
与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
- 2022-02-02 05:53:54下载
- 积分:1
-
本程序的可视化界面可以模拟电梯运行下实现…
此程序可实现可视界面下的电梯模拟运行,可在下降或上升过程中搭载“顺路”的乘客,与现实生活中的电梯运行完全一致。-this procedure visual interface can be realized under the simulated elevator operation can be increased or decreased in the course of carrying "the way" of passengers, and the practical life of the elevator operation is consistent.
- 2022-11-23 20:15:03下载
- 积分:1
-
此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换...
此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换-This document includes a variety of encoding conversion process, such as: binary to BCD code conversion, binary to ASCII code conversion
- 2022-05-15 21:33:47下载
- 积分:1
-
汇编语言程序设计(第二版)课后答案,从第二章开始!
汇编语言程序设计(第二版)课后答案,从第二章开始!-Assembly language programming (second edition) after the answer, from the beginning of the second chapter!
- 2022-01-28 20:53:19下载
- 积分:1
-
The course is designed to use the three interface chip, 8253,8255,8259 in the p...
该课程设计使用了三块接口芯片,8253、8255、8259;在程序中需要对8255芯片的控制口进行修改,改成自己所用实验板的端口-The course is designed to use the three interface chip, 8253,8255,8259 in the program need to control the port 8255 to modify the chip, into his own experimental port board
- 2022-08-17 07:21:27下载
- 积分:1
-
vb模拟雪花,想要电脑屏幕上有令人动容的雪花吗,想不到vb也能做到...
vb模拟雪花,想要电脑屏幕上有令人动容的雪花吗,想不到vb也能做到-vb simulated snow, want to have a computer screen you moving snow, can not think can be done vb
- 2022-06-26 08:59:42下载
- 积分:1
-
内联汇编
直接操作winio驱动写io模拟鼠标键盘
内联汇编
直接操作winio驱动写io模拟鼠标键盘-Inline assembly winio directly mouse-driven simulation of a keyboard to write io
- 2022-11-27 02:15:02下载
- 积分:1