We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i have struggle in exexcuting section.......... i created one new project->yuvanyaj
Then i created souce file - > yuvan.c
Then added to target.........
then i rebuilt my target.........
It showed no 0 errors 0 warnings... Then i debugged.... but i didn't get the result....
My code is very simple
#include<stdio.h> #include<reg52.h> void main() { while(1) { printf("hello yuvaraj"); } }
please help to get result
http://www.keil.com/forum/docs/thread13530.asp
Did you do that?