代码搜索结果
找到约 4,828 项符合
Bootloader 的代码
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
bootloader.lnk
/* ----------------------------------------------------------------------
* Diab Data Link Editor Command File for the TEST_VGA bootloader program.
* -----------------------------------------
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
bootloader.c
/******************************************************************************/
/**
/** 模 块 名: -------------------Virtual_UART.C-----------------------------
/** -----------------虚拟串口调试
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
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
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,