代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.h
#pragma once
#include
#include "RegisterType.h"
using namespace std;
class Memory
{
mapMem;
unsigned gp;
public:
Memory();
void clear();
void Save(int address,un
memory.cpp
#include "StdAfx.h"
#include "Memory.h"
void Memory::clear()
{
gp = 0x10008000;
Mem.clear();
}
void Memory::Save(int address,union RegisterType Register){
Mem[address] = Register.IntV;
memory.h
/* memory.h - flat memory space interfaces */
/* SimpleScalar(TM) Tool Suite
* Copyright (C) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
* All Rights Reserved.
*
* THIS IS A LEGAL
memory.c
/* memory.c - flat memory space routines */
/* SimpleScalar(TM) Tool Suite
* Copyright (C) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
* All Rights Reserved.
*
* THIS IS A LEGAL D
memory.rc2
//
// MEMORY.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
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) Ap
memory.plg
Build Log
--------------------Configuration: Memory - Win32 Debug--------------------
Command Lines
Results
Memory.exe - 0 erro
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.h
// Memory.h: interface for the Memory class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORY_H__9CCB5781_AF3A_4C49_87DC_C9AE7744C744__INCLUDED_)