-
MSC v5.1库的补充
MSC v5.1库的补充 -MSC version 5.1 for the supplementary
- 2022-12-23 17:30:04下载
- 积分:1
-
显示大部分award主板bios口令的com文件源码
显示大部分award主板bios口令的com文件源码-A .com source file which displays the bios password of most award mainboard.
- 2022-01-23 10:54:04下载
- 积分: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
-
在MASM6.15上,用汇编语言实现简单的Windows应用程序.
在MASM6.15上,用汇编语言实现简单的Windows应用程序.-Some simple Windows applications written by assembly language.MASM version above 6.15 is needed.
- 2022-02-01 22:39:32下载
- 积分:1
-
图书管理系统,管理图书的借阅与归还,并进行记录
图书管理系统,管理图书的借阅与归还,并进行记录-Library management system to manage the books borrowed and returned, and recorded
- 2022-03-22 09:51:51下载
- 积分:1
-
win32 compilation from dynamic memory approach to obtain the use of API This me...
win32汇编以从内存中动态获取的办法使用API;这种方法使得在pe文件的输入表中看不到该api-win32 compilation from dynamic memory approach to obtain the use of API This method makes the pe file input table can not see the api
- 2023-01-22 01:25:03下载
- 积分:1
-
the system can guide the work of Rootkit. simple 1) It's very small.The basi...
可在系统引导时工作的RootKit,较简单
1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003
2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily).
3) BOOT KIT is PXE-compatible.
4) It can even lead to first ever PXE virus
5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)-the system can guide the work of Rootkit. simple 1) It"s very small.The basic framework is jus t about 100 lines of assembly code.It supports 2 000, XP, 2003 2) It patches the kernel at runtime (no file "s are patched on disk). (basic version has this c ode removed. so as others could understand it easily). 3) BOO T KIT is PXE-compatible. 4) It can even lead to fi rst ever PXE virus 5) It also enables you to load o ther"isnt root kits if you have physical access (Norm ally root kits can
- 2022-02-09 13:53:43下载
- 积分:1
-
用汇编语言实现的倒计时器,利用1C中断每秒中断约18次的特性,在根据中断次数计算时间,每过一秒,时间以十进制显示在屏幕上,时间减到零时程序退出。...
用汇编语言实现的倒计时器,利用1C中断每秒中断约18次的特性,在根据中断次数计算时间,每过一秒,时间以十进制显示在屏幕上,时间减到零时程序退出。-Using assembly language implementation of the countdown device, using 1C interrupted about 18 times per second interruption characteristics, in accordance with interruptions computation time, with every passing second, the time displayed on the screen in decimal, the time reduced to zero to quit.
- 2022-01-26 00:26:39下载
- 积分:1
-
迷你字库,是HEX文件,值得看看学习哈!
迷你字库,是HEX文件,值得看看学习哈!-Mini font is HEX file, it is worth studying to see Ha!
- 2022-03-30 14:30:28下载
- 积分:1
-
编制课程设计作业的详细说明
详细介绍了编译课程的设计操作
- 2022-04-16 09:31:04下载
- 积分:1