代码搜索:memory
找到约 10,000 项符合「memory」的源代码
代码结果 10,000
www.eeworm.com/read/378355/9235363
wks memory.wks
www.eeworm.com/read/181669/9241737
c 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
*/
www.eeworm.com/read/181669/9241789
h 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
www.eeworm.com/read/377661/9267021
h memory.h
// Memory.h: interface for the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MEMORY_H__3ABF269E_520E_4788_8A06_D403D6B12DA3__INCLUDED_)
www.eeworm.com/read/377661/9267034
cpp memory.cpp
// Memory.cpp: implementation of the CMemory class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "process.h"
#include "Memory.h"
#if
www.eeworm.com/read/181107/9273819
paf memory.paf
www.eeworm.com/read/181107/9273822
cmd 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
www.eeworm.com/read/181107/9273823
pjt 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
www.eeworm.com/read/181107/9273825
asm 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
www.eeworm.com/read/181089/9274747
h memory.h
/****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration