-
ARM汇编程序分析过程中,比较难理解的是他的伪操作、宏指令和伪指令。本文是结合44B0X引导程序中出现伪操作、宏指令和伪指令进行总结,便于进一步分析44B0X的...
ARM汇编程序分析过程中,比较难理解的是他的伪操作、宏指令和伪指令。本文是结合44B0X引导程序中出现伪操作、宏指令和伪指令进行总结,便于进一步分析44B0X的引导。-ARM assembler analysis, comparison is difficult to understand him pseudo-operations, macros and pseudo-instruction. This article is a combination of boot 44B0X appear pseudo-operations, macros and pseudo-instruction to sum up for further analysis 44B0X guidance.
- 2022-04-24 17:58:55下载
- 积分:1
-
季度萨;阿多萨多帕蒂夫
季度萨;阿多萨多帕蒂夫-quarter Savimbi; A more Sadore Modifu
- 2023-04-10 04:50:03下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
线程池实例,1.1版本,用于代替.net自带线程池
线程池实例,1.1版本,用于代替.net自带线程池
- 2022-02-15 01:48:18下载
- 积分:1
-
10 e
10部算法的经典电子书合集,chm格式。-10 e-book collection of classic algorithms, chm format.
- 2023-07-17 09:20:08下载
- 积分:1
-
Common interview Questions pen great summary
一些常见的dos命令,希望对大家有所帮助-Common interview Questions pen great summary
- 2022-11-26 01:20:03下载
- 积分:1
-
手机开发的原理及基本的基础知识,多初学者有很大的帮助,希望大家多多下载...
手机开发的原理及基本的基础知识,多初学者有很大的帮助,希望大家多多下载-Handset development Principle and basic knowledge, many beginners have a great help, I hope everyone a lot to download
- 2022-03-30 08:54:15下载
- 积分:1
-
嵌入式系统开发
ARM嵌入式系统开发--软件设计与优化随书源代码。开发环境asm+c,arm开发中的c优化。-ARM Embedded System Development-- software design and optimization of the source code with the book. C asm2 development environment, the development arm of c optimization.
- 2023-06-19 17:10:03下载
- 积分:1
-
system structure by taking PCI Express e
Pci Express系统结构电子书-system structure by taking PCI Express e-books
- 2022-01-25 20:44:56下载
- 积分:1
-
《COM技术内幕》,大师作品,酝酿香醇!
《COM技术内幕》,大师作品,酝酿香醇!-"COM insider," artists, brewing alcohol!
- 2023-07-04 22:00:05下载
- 积分:1