代码搜索结果
找到约 10,000 项符合
ARM 的代码
mirdef.arm
/*
* MIRACL compiler/hardware definitions - mirdef.h
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#define MIRACL 32
#define MR_LITTLE_ENDIAN
/* or perhaps
#define MR_BIG
arm.mcs
;
; ARM Macros file
;
; Triple register is R4|R3|R2
; MUL_START. Initialise registers. Make R5 and R6 point to multipliers a
; and b. R7 points at result c.
; Initialise Triple register to 0
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
arm.txt
Chapter 1 ARM概述
处理器模式
用户模式(User,usr) 正常程序执行的模式
快速中断模式(FIQ,fiq) 高速数据传输和通道处理
外部中断模式(IRQ,irq) 用户通常的中断处理
特权模式(SUPERVISOR,sve) OS使用的一种保护模式
数据访问中止模式(ABORT,abt) 用户虚拟存储和存储保护
未定义指令模式(Undefined,u
arm.h
/******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2
arm-howto
将arm-linux-gcc-3.3.2.tar.bz2解压并复制到/usr/local目录下,
~$ export PATH=/usr/local/arm/3.3.2/bin/:$PATH
编译TSLIB1.3:
~$ ./autogen.sh #生成configure文件
~$ export CC= /usr/local/arm/3.3.2/bin/arm-linux-gcc
~$ exp
arm.isa
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can