代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/281932/4110987
h memory.h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : memory.h
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/281932/4111020
c memory.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : memory.c
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/281683/4113247
h memory.h
#include "types.h"
#include "classes.h"
#ifndef _MEMORY_H
#define _MEMORY_H
#define DEBUG_RCX_MEMORY 0
extern const byte typeSize[];
extern void memory_init ();
extern void memory_add_region (byt
www.eeworm.com/read/281683/4113269
c memory.c
#include "types.h"
#include "trace.h"
#include "constants.h"
#include "specialsignatures.h"
#include "specialclasses.h"
#include "memory.h"
#include "threads.h"
#include "classes.h"
#include "languag
www.eeworm.com/read/281541/4114687
dsw memory.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/281541/4114688
dsp memory.dsp
# Microsoft Developer Studio Project File - Name="memory" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/280424/4126278
cmd memory.cmd
/*--------------------------------------------------------------------*/
/* LINKER COMMAND FILE - MEMORY SPECIFICATION for the F240 */
/*--------------------------------------------------
www.eeworm.com/read/280424/4126279
mak memory.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/280424/4126280
asm memory.asm
.global start ; 定义全局标号
.text
start:
ldp #4 ; 直接寻址,装载DP值,页指针指向片内数据区DARAM B0
splk #1,1 ; 绝对地址201H开始的四个单元存1,2,3,4
splk #2,2 ;
splk #3,3 ;
splk #4,4 ;
; 以下使用间接寻址将201H开始的4个单
www.eeworm.com/read/279968/4128722
c memory.c
/* WinBond bug report
malloc() returns 0x0.
test the memory calls. These test sbrk(), which is part of glue.c
for most architectures.
*/
#include
#define BUFSIZE 80
main()
{