-
是有线系统的接收部分,是汇编语言的,有用的请下载。
是有线系统的接收部分,是汇编语言的,有用的请下载。-Cable system is to receive part of the assembly language and useful download.
- 2022-08-13 02:01:57下载
- 积分:1
-
用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程...
用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程序的例子-with masm write TOOBar generator, somewhat similar to the VB like, End enacted automatically generates the appropriate code win32 platform for the compilation of programmers is a good tool, is a compilation was made using OOP procedures example
- 2022-06-26 15:52:40下载
- 积分:1
-
计算机体系结构实验报告
说明: 计算机体系结构,流水线,相关性,命中率。 WinMIPS64/WinDLX 模拟器执行。(Computer architecture, pipeline, correlation, hit rate. Winmips64 / windlx simulator execution.)
- 2020-06-08 15:25:52下载
- 积分:1
-
汇编语言编写的类似俄罗斯方块的游戏程序
汇编语言编写的类似俄罗斯方块的游戏程序-compiled languages like Tetris game procedures
- 2023-05-28 03:30:02下载
- 积分:1
-
用汇编语言实现了计算器的功能。实验已经通过
用汇编语言实现了计算器的功能。实验已经通过-Using assembly language to achieve the functions of the calculator. Experiment has been passed
- 2022-01-26 04:05:50下载
- 积分:1
-
用来计算一些很简单的整数的四则运算(没有括号的)
用来计算一些很简单的整数的四则运算(没有括号的)-Used to calculate the number of very simple integer four operations (without brackets)
- 2023-03-25 20:30: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
-
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k...
用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
- 2022-07-19 02:23:39下载
- 积分:1
-
电子琴程序,典型的汇编程序
电子琴程序,典型的汇编程序-flower procedures, the typical assembler
- 2022-01-27 13:33:39下载
- 积分:1
-
personal collection of some boot
个人收集的一些引导程序-personal collection of some boot
- 2023-04-01 03:00:04下载
- 积分:1