代码搜索结果
找到约 10,000 项符合
4 的代码
4.c
#include "iom48v.h"
void port_init()
{
PORTB=0XFF;DDRB=0XFF;//设置PB输出
PORTD=0XFF;DDRD=0;//设置PD口输入
}
void delay_us(int time)
{ //微秒延时
do
{
time--;
}
while (time>1);
}
4.lis
.module _4.c
.area text(rom, con, rel)
0000 .dbfile D:\xij\demo\demo_diy02-8a\1\C语言\02-8A-4\4.c
0000 .dbfunc e
4.o
XL
H 1 areas 6 global symbols
M _4.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 5A flags 0
dbfile D:\xij\demo\demo_diy02-8a\1\C语言\02-8A-4\4.c
dbfunc e port_init 0 fV
dbline FFFFFFFF
4._c
#include "iom48v.h"
void port_init()
{
PORTB=0XFF;DDRB=0XFF;//设置PB输出
PORTD=0XFF;DDRD=0;//设置PD口输入
}
void delay_us(int time)
{ //微秒延时
do
{
time--;
}
while (time>1);
}
4.s
.module _4.c
.area text(rom, con, rel)
.dbfile D:\xij\demo\demo_diy02-8a\1\C语言\02-8A-4\4.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 4
; #include "iom48v.h
ts4
This is the status of the TS4 implementation:
*) I'm a client coder; what should my client do to support TS4?
TS4's new features have been designed to avoid confusing older
c