代码搜索结果
找到约 10,000 项符合
ARM 的代码
arm.s
gcd cmp r0, r1 ; 如果r0 > r1
subgt r0, r0, r1 ; r0=r0-r1
sublt r1, r1, r0 ; r1=r1-r0
bne
arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
arm.txt
If developing for the ARM, or indeed any other new processor, you should
first build a C-only library.
For the ARM, this mirdef.h header would be appropriate for an integer-
only build of the li