代码搜索结果
找到约 86,300 项符合
ARM 的代码
thumb-arm.s
AREA ThumbSub, CODE, READONLY ; 命名
ENTRY ; 入口
CODE32 ; 声明32位ARM代码
header
ADR r0, start + 1
makefile.arm
CC = arm-linux-gcc
CXX = arm-linux-g++
LEX = flex
YACC = yacc
CFLAGS = -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT
CXXFLAGS = -pipe -DQWS -fno-exceptions -
arm.dat
KERNELCONFIG=`pwd`/arm.config
TARGET=arm-linux
TARGET_CFLAGS="-O"
GCC_EXTRA_CONFIG="--with-float=soft --with-cpu=xscale --enable-cxx-flags=-mcpu=xscale"
GLIBC_EXTRA_CONFIG="--without-fp"
readme.arm
arm.c i Code from Chapter 8.
Makefile make file to compile with gcc.
i.4 Sample input.
o.4 Output on i.4.
README.arm This file.
arm.lik
Version: 3.0
Options: m37
Obj: "C:\Program Files\Sunplus\unSP IDE 2.0.0\startupD.obj"
Obj: "C:\Program Files\Sunplus\tonywork\arm\arm\Debug\Resource.obj"
Obj: "C:\Program Files\Sunplus\tonywork\ar
arm.rc
# Begin Project
# Begin SubItem "arm Resources"
# End SubItem
# End Project
makefile.arm
CC=arm-linux-gcc
CFLAGS = -D_FILE_OFFSET_BITS=64
OFLAGS = -O
OBJS= bignum.o rsa.o sha1.o
.SILENT:
all: static
static: libxyssl.a
libxyssl.a: $(OBJS)
echo " AR $@"
ar r $@ $(OBJS)
echo "
makefile.arm
CC=arm-linux-gcc
CFLAGS = -D_FILE_OFFSET_BITS=64
OFLAGS = -O
OBJS= bignum.o rsa.o sha1.o
.SILENT:
all: static
static: libxyssl.a
libxyssl.a: $(OBJS)
echo " AR $@"
ar r $@ $(OBJS)
echo "
arm.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Sun May 06 09:28:58 中国标准时间 2007
##
vlib work
vlog my_dcm1.v
vlog rom.v
vlog armtst.v
vlog arm.tfw
vlog C:/Xi
proteus与iar联调arm.htm
Proteus与IAR联调ARM--三牛