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