代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="F:\5509Alicheng\VC5509AS80\Lab0201-Memory\"
ProjectType=Executable
CPUFamily=TMS320C5
memory.h
/*
* This file is part of the Mingw32 package.
*
* memory.h maps to the standard string.h header.
*/
#ifndef __STRICT_ANSI__
#include
#endif
memory.csproj.filelistabsolute.txt
F:\LabComponent\GamesLibrary\Memory\obj\Debug\ResolveAssemblyReference.cache
F:\LabComponent\GamesLibrary\Memory\obj\Debug\Memory.Form1.resources
F:\LabComponent\GamesLibrary\Memory\obj\Debug\Memory
memory.h
/* memory.h
Memory manipulation functions
Copyright (c) 1991, 1992 by Borland International
All Rights Reserved.
*/
#include
memory.cpp
#include "memory.h"
Memory::Memory()
{
pCodeNail=0;
pDataNail=0;
pVarNail=0;
}
int Memory::InsertData(int values)
{
BYTE tempValue;
tempValue=(BYTE)((values&0xff00)>>8);
DataSegment
memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*------------------------------------
memory.cmd
MEMORY
{
PAGE 0:
VECT : o = 0000h , l = 0040h
EX_ROM : o = 1000h , l = 1000h
PAGE 1:
B2 : o = 0060h , l = 0020h
B1 : o = 0300h , l = 0100h
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="memory"
ProjectDir="c:\5416edulab\lab3-memory\"
ProjectType=Executable
CPUFamily=TM
memory.lst
ARM COMPILER V2.53, memory 12/06/06 10:18:26 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE memory
OBJECT MODULE PLACED IN
memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------