I need the header files conio.h, dos.h and all that to make it run in Keil Compiler.. Where do I get these?
1. Nothing "runs" in any compiler. You use a compiler to translate your source files into something that you can run on some target system. 2. conio.h, dos.h are for MSDOS-based PC systems. Keil tools do not create code to run on PCs, and you won't get MS-DOS running on an 8051!! I'm afraid you are in totally the wrong ballpark here!
I'm afraid you are in totally the wrong ballpark here agreed The '51 ain't no PC as many think it is Erik