代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.cpp
//********************************************
// 装备 相关函数
// 创建于2000年9月27日
//********************************************
#include "..\gamelib\goldpoint2.h"
#include "..\interface\interface2.h"
arm.h
#define CONFIG_ARM 1
arm.inc
comment "subroutine prologue"
.macro gdbasm_enter
mov ip, sp
stmdb sp!, {fp, ip, lr, pc}
sub fp, ip, #4
.endm
comment "subroutine epilogue"
.macro gdbasm_leave
ldmea fp, {fp, sp, pc}
.endm
arm.h
#define CONFIG_ARM 1
arm.h
#ifndef _ARM_H_
#define _ARM_H_
/*
*********************************************************************************************************
** Constants & Macros
arm.md
;;- Machine description for ARM for GNU compiler
;; Copyright 1991, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999, 2000,
;; 2001, 2002 Free Software Foundation, Inc.
;; Contributed by Pieter `Tig
arm.h
/* Definitions of target machine for GNU compiler, for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
2001, 2002 Free Software Foundation, Inc.
Contributed by Pieter
arm.c
/* Output routines for GCC for ARM.
Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
Contributed by Pieter `Tiggr' Schoenmakers (r
arm.inc
;--------------------------------------------------------------------------------------------------
; - ARM7TDMI内核汇编代码宏定义文件 - 作者:焦海波 -
;--------------------------------------------------------
arm.inc
;--------------------------------------------------------------------------------------------------
; - ARM7TDMI内核汇编代码宏定义文件 - 作者:焦海波 -
;--------------------------------------------------------