代码搜索结果
找到约 10,000 项符合
Memory 的代码
diao.cmd
-c
-heap 0x2000
-stack 0x4000
/* Memory Map 1 - the default */
MEMORY
{
PMEM: o = 00000020h l = 0003ffe0h
}
SECTIONS
{
.text > PMEM
.stac
diao.cmd
-c
-heap 0x2000
-stack 0x4000
/* Memory Map 1 - the default */
MEMORY
{
PMEM: o = 00000020h l = 0003ffe0h
}
SECTIONS
{
.text > PMEM
.stac
newhandl.cpp
//: C13:Newhandl.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Changing the new-handler
#incl
rom_tri.coe
MEMORY_INITIALIZATION_RADIX=10;
MEMORY_INITIALIZATION_VECTOR=
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28
newhandler.cpp
//: C13:NewHandler.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Changing the new-handler
#in
newhandler.cpp
//: C13:NewHandler.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Changing the new-handler
#in
newhandl.cpp
//: C13:Newhandl.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Changing the new-handler
main.c
/* passed
* linux/init/main.c
*
* (C) 1991 Linus Torvalds
*/
#include
#define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。
#include
#include // 时间类型头文件
c54x.mem
MEMORY c54x {
SPACE program_memory PAGE 0:
IPROG (RWXI): o= 0x2000 e= 0x3FFF
EPROG (RWXI): o= 0xC000 e= 0xFF7F
VECT (RWXI): o= 0xFF80 e= 0xFFFF
SPACE data_memor
demo.h
#ifndef __DEMO_H_
#define __DEMO_H_
extern NU_MEMORY_POOL User_Memory;
#endif /*__KEY_H__*/