代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
loadkey.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/bios/crypto/loadkey.c
Version : $Id: loadkey.c,v 1.10 2004/01/11 0
cdata.txt
THE CDATA STATEMENT
-------------------
The cdata statement stores 16 bit data in program memory.
NOTE 1: cdata[] can currently not be used with relocatable assembly. When
using MPLINK, such
24e1_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
24e1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
makefile
###############################################################################
# Makefile for the project ProTest0
###############################################################################
makefile
###############################################################################
# Makefile for the project MNet
###############################################################################
##
makefile
# Project configuration:
OBJS = main.o usb.o
ASMS = main.s usb.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x1C00
#Compiler flags
CCFLAGS = -g -Os -Wall -Wstrict-prototypes
makefile
# Project configuration:
OBJS = main.o usb.o tools.o spi.o
ASMS = main.s usb.s tools.s spi.s
BIN = main
#Hardware
MCU = atmega8
ROM_START = 0x000
#Compiler flags
CCFLAGS = -g -O
24c02.plg
礦ision2 Build Log
Project:
E:\关于单片机\C语言配套程序\5、24c02_EEPROM读写\24c02.uv2
Project File Date: 04/14/2008
Output:
eepstr.s
; WRITE A STRUCTURE IN EEPROM
; Copyright (c) 2008 by COSMIC Software
; - eeprom address in X
; - structure address in Y
; - structure size in A
;
xdef d_eewstr
xref.b c_x
include "eeprom.i