How to use KEIL Software. The KEIL SOFTWARE is used as compiler for both assembler and C Language program. Write your program with either C program of assembly, the KEIL software converts high level language to machine code. Also See my video tutorial at the bottom of this post
If your want to download KEIL Software: Click Here.
After download and installation completed yourself, Please follow my below given graphical tutorial and it is very usefull to understand how to compiling in it with your final HEX code the is your program machine code.
CLICK PROJECT > NEW uVISION PROJECT
then your storage location (Desktop)
Open New Folder with name >File Name
Next select your Device (Which family) like ATmel 89c51
Select File> New File
(IMPORTANT: if your program like C use .c or your Program is assembly like .asm)
Then click source Group>
How to use Keil Software
Show Comments