代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
arm.s
gcd cmp r0, r1 ; 如果r0 > r1
subgt r0, r0, r1 ; r0=r0-r1
sublt r1, r1, r0 ; r1=r1-r0
bne
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th
makefile_arm
# /drivers/fpga/Makefile
# 2007/5 minifans
all:
/usr/local/arm/3.4.1/bin/arm-linux-gcc -Wall -g userTest.c -o armTest
clean:
rm -rf userTest.o armTest
arm.h
//********************************************
// 装备 相关函数
// 创建于2000年9月27日
//********************************************
#ifndef _ARM_H_
#define _ARM_H_
//********装备类*********
class CArm
arm.cpp
//********************************************
// 装备 相关函数
// 创建于2000年9月27日
//********************************************
#include "..\gamelib\goldpoint2.h"
#include "..\interface\interface2.h"