代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.plg
礦ision3 Build Log
Project:
C:\Philips\LPC214x\LPC214x_SampleSoftware\Keil\pwm\pwm.uv2
Project File Date: 02/15/2006
Output:
memory.dat
1.46118
1.40511
1.31948
1.28795
1.28196
1.24797
1.2348
1.23082
1.24425
1.26937
1.2638
1.24549
1.2617
1.25816
1.2017
1.18982
1.18364
1.2064
1.20387
1.16415
1.17468
1.20062
1.17919
memory.c
#include "VGSDKpv.h"
#include
#define INTERNAL_MALLOC
#ifdef INTERNAL_MALLOC
#define MALLOC _vgMalloc
#define FREE _vgFree
void* _vgMalloc( S32 bytesize );
void _vgFree( void *pdata )
memory.cmd
/*--------------------------------------------------------------------*/
/* LINKER COMMAND FILE - MEMORY SPECIFICATION for the F240 */
/*--------------------------------------------------
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
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个单
memory.c
/*
* linux/mm/memory.c
*
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it shoul
memory.cpp
// Memory.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "MyMemory.h"
int main(int argc, _TCHAR* argv[])
{
CMyMemory memory;
char cmd[256];
int pos;
int size;
whil