代码搜索:pic单片机
找到约 10,000 项符合「pic单片机」的源代码
代码结果 10,000
www.eeworm.com/read/191809/5161749
s lb-pic.s
# Source file used to test the lb macro with PIC code.
.data
data_label:
.extern big_external_data_label,1000
.extern small_external_data_label,1
.comm big_external_common,1000
.comm small_exte
www.eeworm.com/read/191809/5161772
s ulh-pic.s
# Test unaligned load and store macros with PIC code. We don't bother
# to test most cases. The actual loads and stores are tested by the
# non-PIC test case. We just want to check that the initial
www.eeworm.com/read/191809/5161917
s pic1.s
.text
.globl _foo
_foo:
leal %pc@(_i), %a0
leal %pc@(_i-.), %a1
www.eeworm.com/read/190682/5171051
s ld-pic.s
# Source file used to test the ld macro with PIC code.
.set mips1
.data
data_label:
.extern big_external_data_label,1000
.extern small_external_data_label,1
.comm big_external_common,1000
.co
www.eeworm.com/read/190682/5171064
s lb-pic.s
# Source file used to test the lb macro with PIC code.
.data
data_label:
.extern big_external_data_label,1000
.extern small_external_data_label,1
.comm big_external_common,1000
.comm small_exte
www.eeworm.com/read/190682/5171087
s ulh-pic.s
# Test unaligned load and store macros with PIC code. We don't bother
# to test most cases. The actual loads and stores are tested by the
# non-PIC test case. We just want to check that the initial
www.eeworm.com/read/190682/5171232
s pic1.s
.text
.globl _foo
_foo:
leal %pc@(_i), %a0
leal %pc@(_i-.), %a1
www.eeworm.com/read/190666/5174592
c pic1.c
// Build don't link:
// GROUPS passed operators
// pic file
// Message-Id:
// Subject: gcc-2.5.8 -fpic fails to compile extern const char static initi
www.eeworm.com/read/184908/5243395
h pic_icu.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat