-
win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。
win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。-win32 compilation of tutorials. Comprehensive introduction windows environment, assembly language programming teaching.
- 2023-03-04 16:15:04下载
- 积分:1
-
With 51 drives LED, keyboard, stepper motors to control the rise and fall flag
用51驱动LED,键盘,步进电机,使其来控制旗子的升降-With 51 drives LED, keyboard, stepper motors to control the rise and fall flag
- 2023-05-12 11:10:03下载
- 积分:1
-
input strings will be case
输入字符串将是区分大小写的开关。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-01-04 16:05:03下载
- 积分:1
-
来回跳变程序,即不断变换位置,简单易学,可作为学习I/O口用...
来回跳变程序,即不断变换位置,简单易学,可作为学习I/O口用-jump back and forth procedures that the constantly changing positions, and is easy to be a learning I/O mouth
- 2023-08-11 01:10:04下载
- 积分:1
-
用汇编语言实现的一个打字练习程序,程序一个..
利用汇编语言实现的一个打字练习程序,程序界面为典型的Dos窗口,当字符从窗口顶端掉下来后,如果按键与该字符相同,字符变为红色,在打字结束后,给出打字的统计结果,在打字过程中按ESC可退出程序-The use of assembly language to achieve a typing practice program, the program interface for the typical Dos window, when the characters fall from the top window, if the button with the same characters, the character turns red, in the typing after the end of typing results is given , in the typing process by pressing ESC to exit
- 2022-02-13 01:56:11下载
- 积分: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
-
C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。...
C++ 函数调用堆栈,反汇编例子。可以学习子函数入参传递,子函数返回等。-C++ function call stack, disassembly examples. Can learn to pass parameters into the subroutine, subroutine return and so on.
- 2023-08-23 07:50:03下载
- 积分:1
-
Source code for measure temperature for Atmel Butterfly (ATMEGA 169) in ASM
Source code for measure temperature for Atmel Butterfly (ATMEGA 169) in ASM
- 2022-05-29 22:53:18下载
- 积分:1
-
汇编代码实现求最大、最小值
资源描述
1、上传的源码是求最大值的,把程序中第35行的“ JA NEXT”改为“ JB NEXT“,即可改为求最小值。
2、求最值的数据可以自己设定,改程序的14、15行中的数据即可。
3、最值最后再CRT屏幕上显示,调用DOS的int 21H的功能。
- 2022-03-03 11:14:45下载
- 积分:1
-
电子钟源程序
电子钟源程序-Electronic clock source
- 2022-02-12 12:32:33下载
- 积分:1