-
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-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
-
8051单片机,解码红外线遥控器,懂得如何去解码各种遥控器的客户码,键值....
8051单片机,解码红外线遥控器,懂得如何去解码各种遥控器的客户码,键值.-8051, decoding infrared remote control, know how to decode a variety of remote client code, key.
- 2022-02-12 20:05:54下载
- 积分:1
-
ofdm系统全局函数,包括可视化窗口的定义
ofdm系统全局函数,包括可视化窗口的定义-OFDM system, global function, including the definition of visualization window
- 2022-02-12 07:55:21下载
- 积分:1
-
一个用WIN32编的兔子繁殖问题,可以计算几个月后兔子的数目
一个用WIN32编的兔子繁殖问题,可以计算几个月后兔子的数目-A series of rabbit with WIN32 reproductive problems, can be calculated a few months later the number of rabbit
- 2022-07-08 02:37:28下载
- 积分:1
-
Run the executable program testword.exe, the main interface, the menu that appea...
运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成
的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母
消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。-Run the executable program testword.exe, the main interface, the menu that appears, press the Enter key appears composed of 26 letters out of order lines, when any one of the letters fall in the Jianpanshangqiao into the letters, if you type correctly, the letter disappeared Press ESC key to return to the main interface according to space, see the moratorium Press " E" out.
- 2022-04-30 18:45:02下载
- 积分:1
-
这是一个汇编语言,教如何编写软盘的子程序。一个G。
This a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment-This is a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment
- 2022-03-31 19:56:51下载
- 积分:1
-
Collects the compilation the labyrinth
汇编写的迷宫- Collects the compilation the labyrinth
- 2022-10-17 09:20:04下载
- 积分:1
-
该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果
清除,重新显示下次运行结果。本程序在dos中或windows98中运行。...
该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果
清除,重新显示下次运行结果。本程序在dos中或windows98中运行。-the program figures show a phalanx, procedures of the screen will be the last operation to remove a result, the next re-running show results. This procedure dos or running Windows98.
- 2023-05-10 04:05:03下载
- 积分:1
-
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制)....
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制).-design of multi-byte subtraction Operational procedures, requirements Operational procedures can show that the data and results data (16 bases).
- 2022-06-27 12:13:22下载
- 积分: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