- This topic has 2 replies, 3 voices, and was last updated 10 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › 8051 programming
hey help me frnds how command prompt is used to write the assembly language program?
And also tell me how to feed the program to any microprocessor or microcontroller for project?
assembly language program can be written in simple text editor like notepad. Program can be compiled by using command prompt compiler. you should have to download compiler for that. after compilation .hex file is generated that can be burn to controller via hardware called programmer. Comment here if any doubt. I think You Have
Hi,
The above answer is true. Another option is to write pogram in Keil Software and save file with .asm or .a51 extensions. Build the file and it will generate .hex file. You can transfer that file to controller depending upon your controller.
All the best.