代码搜索结果
找到约 79,096 项符合
Memory 的代码
memory.c
/*
* Memory management routine
* Copyright (C) 1998 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify it
* under the te
memory.h
/*
* This file is part of the Mingw32 package.
*
* memory.h maps to the standard string.h header.
*/
#include
memory.htm
Memory
memory.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------
ch18_清除4个外部data memory地址.asm
;FUNCTION NAME:CLEAR_EXTERNAL_DATA_MEMORY
;FUNCTION:CLEAR 4 BYTES EXTERNAL DATA MEMORY, ADDR INDEX BY DPTR
;
CLEAR_EXTERNAL_DATA_MEMORY
MOV R2,#04H
C
ch18_清除4个内部data memory地址.asm
;FUNCTION NAME:CLEAR_INTERNAL_DATA_MEMORY
;FUNCTION:CLEAR 4 BYTES DAYA MEMORY 08H,09H,0AH,0BH
;
CLEAR_INTERNAL_DATA_MEMORY
MOV R0,#08H ;DATA MEMORY ADDR
memory.html
Global Memory Table
memory.h
/*
* memory.h - flat memory space interfaces
*
* This file is a part of the SimpleScalar tool suite written by
* Todd M. Austin as a part of the Multiscalar Research Project.
*
* The tool suit
memory.c
/*
* memory.c - flat memory space routines
*
* This file is an adaptation of the software in the SimpleScalar tool suite
* originally written by Todd M. Austin for the Multiscalar Research Project
memory.h
/* File : memory.h
Author : Richard A. O'Keefe.
Updated: 1 June 1984
Purpose: Header file for the System V "memory(3C)" package.
All the functions in this package are the orig