代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
memory.c
/*
* MEMORY.C - internal command.
*
*
* History:
*
* 01-Sep-1999 (Eric Kohl)
* Started.
*/
#include "config.h"
#ifdef INCLUDE_CMD_MEMORY
#include "cmd.h"
/*
* convert
*
* i
memory.h
// -----------------------------------------------------------
// memory.h
// 2004 - Jacco Bikker - jacco@bik5.com - www.bik5.com - <
// --------------------------------------------------------
memory.cpp
// -----------------------------------------------------------
// memory.h
// 2004 - Jacco Bikker - jacco@bik5.com - www.bik5.com - <
// --------------------------------------------------------
memory.v
module Memory(address, write, read, data);
// parameters so that it is easy to build up the instructions we'll put in the memory
parameter ALU = 6'h00; // op = 0
parameter LW = 6'h23
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5509-EDULab\Lab0201-Memory\"
ProjectType=Executable
CPUFamily=TMS320C55XX
memory.c
main()
{
int i;
unsigned int * px;
unsigned int * py;
unsigned int * pz;
px=(unsigned int *)0x4080; // 字地址,字节地址为8100H
py=(unsigned int *)0x4100; // 字地址,字节地址为8200H
for ( i=0,pz=px;i