沒問題呀,調(diào)試正常
#include <reg52.h> #include<stdio.h> void main(void) { SCON=0x52; TMOD=0x20; TH1=0xf3; TR1=1; printf("HELLO I am KEIL.\n"); printf("I will be your friend.\n"); while(1); }
建造目標 '目標 1' 正在編繹 11.c... 連接中... Program Size: data=30.1 xdata=0 code=1129 "11" - 0 錯誤 (s), 0 警告 (s). |