代码搜索结果
找到约 10,000 项符合
Memory 的代码
memory.c
/*
* system.c: implement the routes used to access memory under
* DEBUG state.
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#include
#include "../types.h"
#
memory.h
/******************************************************************************
**
** COPYRIGHT (C) 2000, 2001 Intel Corporation.
**
** This software as well as the software described in it is f
memory.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\test\lab24xx54xx\2407EDULab.stu\Lab03-Memory\"
ProjectType=Executable
CPUFamily=TM
memory.cmd
/*--------------------------------------------------------------------*/
/* LINKER COMMAND FILE - MEMORY SPECIFICATION for the F240 */
/*--------------------------------------------------
memory.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
memory.asm
.global start ; 定义全局标号
.text
start:
nop
LDp #4 ; 直接寻址,装载DP值,页指针指向片内数据区DARAM B0
SPlk #1,1 ; 绝对地址201H开始的四个单元存1,2,3,4
Splk #2,2 ;
Splk #3,3 ;
Splk #4,4 ;
Splk #7,AR