代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/256872/11967019
c ctrl.c
/*
* ctrl - interpretation of preprocessor control lines (e.g. #define...)
* for the selective C preprocessor, scpp.
*
* Copyright (c) 1985 by
* Tektronix, Incorporated Beaverton, Oregon 97077
www.eeworm.com/read/341782/12065075
map ctrl.map
Archive member included because of file (symbol)
c:/winavr-20080512/bin/../lib/gcc/avr/4.3.0/avr5\libgcc.a(_exit.o)
c:/winavr-20080512/bin/../lib/gcc/avr/4.3.0/../../
www.eeworm.com/read/341782/12065100
hex ctrl.hex
:100000000C942A000C9447000C9447000C94470071
:100010000C9447000C9447000C9447000C94470044
:100020000C9447000C9447000C9447000C94470034
:100030000C9447000C9447000C9447000C94470024
:100040000C9447000C9
www.eeworm.com/read/341782/12065101
o ctrl.o
www.eeworm.com/read/341782/12065102
elf ctrl.elf
www.eeworm.com/read/341782/12065109
lss ctrl.lss
ctrl.elf: file format elf32-avr
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00000128 00000000 00000000 00000054 2**1
CO
www.eeworm.com/read/341782/12065110
sym ctrl.sym
00000000 W __heap_end
00000000 a __tmp_reg__
00000000 W __vector_default
00000000 T __vectors
00000001 a __zero_reg__
00000034 a __CCP__
0000003d a __SP_L__
0000003e a __SP_H__
0000003f a __SR
www.eeworm.com/read/341782/12065117
c ctrl.c
#include
#include"delay.c"
#include"init.c"
#define DL 500
#define DR 1
void delay_1ms(void);
void ctrl(uint cf, uint n)
{
uint i;
uchar j=0x01;
if(cf==0)
for(i=0;i
www.eeworm.com/read/341782/12065123
lst ctrl.lst
1 .file "ctrl.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __CCP__ = 0x34
6