Re: [问题] 同样输出pulse想从不同脚位送出..

楼主: mosquito520 ( )   2013-09-10 01:10:46
: → ksmrt0123:我很疑惑怎样的code是'丑'但效能好的? 请问有例子吗? 09/10 00:18
常见的写法
#include <stdio.h>
#include <8051.h>
void putchar(char ch){
while(!TI);
TI = 0;
SBUF = ch;
}
void main(void)
{
printf("hello, world");
}
SDCC编译出来的结果
Other memory:
Name Start End Size Max

Links booklink

Contact Us: admin [ a t ] ucptt.com