代码搜索:Processor
找到约 10,000 项符合「Processor」的源代码
代码结果 10,000
www.eeworm.com/read/279052/10474573
s cpuid.s
#cpuid.s Sample program to extract the processor Vendor ID
.section .data
output:
.ascii "The processor Vendor ID is 'xxxxxxxxxxxx'\n"
.section .text
.globl _start
_start:
movl $0, %eax
cpuid
www.eeworm.com/read/279050/10474833
s cpuid.s
#cpuid.s Sample program to extract the processor Vendor ID
.section .data
output:
.ascii "The processor Vendor ID is 'xxxxxxxxxxxx'\n"
.section .text
.globl _start
_start:
movl $0, %eax
cpuid
www.eeworm.com/read/160496/10526436
txt two pwm out 16f84.txt
;**********************************************************************
;
; PWM-C.asm
; 06/14/2001
; 1.00
;
;歌林电子制作实验室www.nbglin.com
;*************************************************
www.eeworm.com/read/278135/10565625
c dsp281x_defaultisr.c
//###########################################################################
//
// FILE: DSP281x_DefaultIsr.c
//
// TITLE: DSP281x Device Default Interrupt Service Routines.
//
//##############
www.eeworm.com/read/278135/10565942
c dsp281x_defaultisr.c
//###########################################################################
//
// FILE: DSP281x_DefaultIsr.c
//
// TITLE: DSP281x Device Default Interrupt Service Routines.
//
//##############
www.eeworm.com/read/422766/10611767
c dsp281x_defaultisr.c
//###########################################################################
//
// FILE: DSP281x_DefaultIsr.c
//
// TITLE: DSP281x Device Default Interrupt Service Routines.
//
//##############
www.eeworm.com/read/159611/10633702
txt two pwm out 16f84.txt
;**********************************************************************
;
; PWM-C.asm
; 06/14/2001
; 1.00
;
;歌林电子制作实验室www.nbglin.com
;*************************************************
www.eeworm.com/read/350518/10733757
c tftpc.c
/*********************************************************************
*
* TFTP Client module for Microchip TCP/IP Stack
*
****************************************************