代码搜索:如何学习 bootLoader?
找到约 10,000 项符合「如何学习 bootLoader?」的源代码
代码结果 10,000
www.eeworm.com/read/175372/9550605
txt bootloader.txt
70,252,39,0,112,0,78,123,8,1,32,60,4,0,0,33,78,123,12,4,32,60,16,0,0,1,78,123,12,15,48,60, //line 1
130,42,51,192,16,0,1,0,32,60,0,0,19,4,35,192,16,0,1,8,32,60,0,252,0,1,35,192,16,0,1,12, //line 2
www.eeworm.com/read/175372/9550607
lnk bootloader.lnk
/* ----------------------------------------------------------------------
* Diab Data Link Editor Command File for the TEST_VGA bootloader program.
* -----------------------------------------
www.eeworm.com/read/175372/9550609
s bootloader.s
IMMaddr: equ 0x10000000
SDRAMaddr: equ 0x00000000
SDRAMsize: equ 0x01000000 ;16M bytes
SRAMaddr: equ 0x04000000
SRAMsize: equ (4 * 1024) ;;4K
_VECTOR_TABLE equ 0x00000000
DATA_LENGTH
www.eeworm.com/read/371495/9552229
obj bootloader.obj
www.eeworm.com/read/371495/9552258
c bootloader.c
/******************************************************************************/
/**
/** 模 块 名: -------------------Virtual_UART.C-----------------------------
/** -----------------虚拟串口调试
www.eeworm.com/read/371495/9552284
lst bootloader.lst
C51 COMPILER V8.02 BOOTLOADER 01/17/2007 08:38:51 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE BOOTLOADER
OBJECT MODULE PLACED
www.eeworm.com/read/168824/9896783
txt bootloader.txt
0000:F800 F7BB SSBX INTM
0000:F801 7701 STM 0ffffh,1h
0000:F803 EA00 LD #0h,DP
0000:F804 6907 ORM 2b00h,7h
0000:F806 691D ORM 20h,1dh
0000:F808 7728 STM
www.eeworm.com/read/362067/10021093
c bootloader.c
#include "bootloader.h"
extern const unsigned int M29W160B_Blk_Off[];
extern char file_name[FILE_NAME_LENGTH];
unsigned int Download_Address = 0x0d000000;
void SetDownloadAddress (int argc,
www.eeworm.com/read/362067/10021099
h bootloader.h
#ifndef __bootloader_h
#define __bootloader_h
#include "44b0.h"
#include "dm.h"
#include "ymodem.h"
#include "m29w160b.h"
#include "console.h"
extern UartContextT *psUart;
void SetDownlo
www.eeworm.com/read/166051/10039306
map bootloader.map
LINK EDITOR MEMORY MAP
output input virtual
section section address size file
.text ff010000 000002c4
.text ff010000 000002c4 bootloader.o
_asm_startmeup