代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
#define ERAM_PTR 0x400000
int ram_chk[64]=
{
0x00000001,0x00000002,0x00000004,0x00000008,
0x00000010,0x00000020,0x00000040,0x00000080,
0x00000100,0x00000200,0x00000400,0x00000800,
memory.cmd
-w
-stack 400h
-heap 400h
-l rts30.lib
MEMORY
{
RAM : o = 800000h, l = 8000h
RAM1: o = 809800h, l = 800h
SRAM1: o = 40000h, l = 3efffh
SRAM:o = 400000h, l = 10000h
}
SECTI
memory.c
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNES
memory.h
/* @(#) memory.h 1.3 1/27/86 17:46:50 */
/*ident "@(#)cfront:incl/memory.h 1.3"*/
extern char
*memccpy(char*, const char*, int, int),
*memchr(const char*, int, int),
*memcpy(char*, const char*, int
memory.h
fs511 equ p3
neta equ 0
netb equ 1
netc equ 2
netd equ 3
cs equ 3
sk equ 4
di equ 5
do equ 6
rdby equ 6
;---------------------------------;
buf0_h equ 30h
buf0_l eq
memory.c
#include "mylib.h"
void MyMemset(void *buf, U8 ch, U32 len)
{
U32 i;
U8 *p;
p=(U8*)buf;
for(i=0; i
memory.htm
记忆力测试
.30pt{font-size:30pt;color:red;font-family:文鼎行楷碑体}
.20pt{font-size:20pt;color:red;font-family:方正魏碑繁体}