代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
memory.h
// Memory.h: interface for the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORY_H__3ABF269E_520E_4788_8A06_D403D6B12DA3__INCLUDED_)
memory.cpp
// Memory.cpp: implementation of the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "process.h"
#include "Memory.h"
#if
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.asm
.global start ; 定义全局标号
.mmregs
.text
start:
nop
ld #4,dp ; 直接寻址,装载DP值,页指针指向片内数据区DARAM B0
st #1,1 ; 绝对地址201H开始的四个单元存1,2,3,4
st #2,2 ;
st #3,3 ;
st #4,4 ;
stm #205h
memory.h
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration