代码搜索:ARM
找到约 10,000 项符合「ARM」的源代码
代码结果 10,000
www.eeworm.com/read/285439/8840824
plg arm7_demo.plg
礦ision3 Build Log
Project:
D:\arm\ARM_ss\ARM7_2114_iic\ARM7_demo.uv2
Project File Date: 01/18/2008
Output:
www.eeworm.com/read/285439/8840829
hex arm7_demo.hex
:0400000500000000F7
:020000040000FA
:10000000000000EAF40100EA28008FE2000C90E80A
:1000100000A08AE000B08BE001704AE20B005AE1D8
:10002000ED01000A0F00BAE814E04FE2010013E30B
:1000300003F0471013FF2FE114
www.eeworm.com/read/285439/8840831
axf arm7_demo.axf
www.eeworm.com/read/384502/8866580
o arm7279_driver.o
www.eeworm.com/read/384502/8866585
c arm7279_driver.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/384468/8867678
s ec_arm_linux.s
.global cq_ntohl
.global cq_ntohl_array
.global cq_ntohs
.global cq_ntohs_array
cq_ntohl:
stmdb sp!,{r1}
eor r1, r0, r0, ROR #16
bic r1, r1, #0xFF0000
mov r0, r0, ror #8
eor r0, r0
www.eeworm.com/read/384468/8867683
c ec_arm_linux.c
uint32 cq_ntohl(uint32 value)
{
uint32 tmp;
asm volatile ("EOR %1, %0, %0, ROR #16\n"
"BIC %1, %1, #0xff0000\n"
"MOV %0, %0, ROR #8\n"
"EOR %0, %0, %1, LSR #8\n"
: "=r" (value), "=r" (tmp)
www.eeworm.com/read/428216/8883183
h u-boot-arm.h
/*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Alex
www.eeworm.com/read/384281/8883471
pdf arm指令速查手册.pdf
www.eeworm.com/read/384208/8890502