-
数控直流电源.步进0.1V可调节电压0到20V,输出电压通过数码管显示,并且有掉电存储功能...
数控直流电源.步进0.1V可调节电压0到20V,输出电压通过数码管显示,并且有掉电存储功能
- 2022-01-31 21:22:31下载
- 积分:1
-
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。...
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。-the source code is compiled using the language editor, is running the source code, using Masm611 version of the programming environment can be run.
- 2022-02-20 15:59:18下载
- 积分:1
-
embeded device reverse engineering tools
Quoted from the author Igor Skochinsky
In July I had the honor to speak at the Recon conference in
Montreal, Canada. It was my first conference but I really liked the
experience. I hope I’ll be able to attend it in future.
The presentations were recorded and hopefully will appear on the Recon site soon but for now you can check out the slides . I have also uploaded some of the tools I mentioned, most notably various filesystem extractors compiled for Win32 .
- 2022-06-26 14:24:44下载
- 积分:1
-
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。...
MMX即多媒体可扩展指令集,通常用汇编编写,内嵌于C++或C,提升图象算法的执行速度。该文档介绍了MMX的指令集及编程规范。-That is scalable MMX multimedia instruction set, often used to prepare a compilation, embedded in C++ Or C, to enhance the implementation of the speed of the image algorithm. The document describes the MMX instruction set and programming norms.
- 2022-11-05 23:55:03下载
- 积分:1
-
构造二叉树,同时实现二叉树的插入和删除。
构造二叉树,同时实现二叉树的插入和删除。-Binary tree structure
- 2022-03-31 08:17:10下载
- 积分: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
-
IDCT MMX技术的实现
idct mmx technology implement
- 2022-03-25 05:02:22下载
- 积分:1
-
形成了一个有19个结点的循环链表,当碰到m的时候,用这两句话p2...
形成了一个有19个结点的循环链表,当碰到m的时候,用这两句话p2->next=head p=head删除当前的结点,然后再继续判断。-The next_permutation() function attempts to transform the given range of elements
- 2022-02-12 22:11:40下载
- 积分:1
-
80x86保护模式系列教程 作者:李彦昌
80x86保护模式系列教程 作者:李彦昌-80x86 protected mode Series Guide Author : Lipanchang
- 2023-03-25 07:10:03下载
- 积分:1
-
详见压缩文件,关于屏幕窗口程序的汇编语言
详见压缩文件,关于屏幕窗口程序的汇编语言-See compressed file, a window on the screen of the assembly language program
- 2022-02-02 03:22:37下载
- 积分:1