代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.mcs
;
; ARM Macros file
;
; Interleaved Version
;
; 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.
; Initial
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.c
/*
This code is described in "Computational Geometry in C" (Second Edition),
Chapter 8. It is not written to be comprehensible without the
explanation in that book.
Prints out one arm configuration
makefile-arm
# The path of kernel source code
INCLUDEDIR = /home/ArmLinuxFrame/code/linux/include/
# Compiler
CC = arm-linux-gcc
# Options
CFLAGS = -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-tri
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.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
arm.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=1
Timer=2457600
arm.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
arm.h
#ifndef __ARM_H__
#define __ARM_H__
// write your header here
#endif