??? 01/04/06 15:25 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#106470 - You can try this Responding to: ???'s previous message |
Santosh said:
please help me out to get information regarding this issue and any assemblers or integrated development environment that is freely available. I would recommend you first to do some programming in assembler, before migrating to C. What do you need for this? An editor, in which you write the code, an assembler, which transformes the code into a hex-file and a programmer which burns the code into your micro. If I have to program a micro, then I often use the following setup, which you can find here: Editor (free): http://home.arcor.de/jensaltmann/JFE/jfe_eng.htm Assembler (free): http://plit.de/asem-51/download.htm Programmer (programmer must be payed, but software is free): http://www.atmel.com/dyn/produ...ol_id=2877 Micro (AT89S52): http://www.atmel.com/dyn/produ...rt_id=1918 The programmer is a little tool from ATMEL, its name is "AT 89 ISP tool", also called "the cable" and is connected to the printer port of your PC. The AT89S52 is a flash micro and is programmed via ISP, which is a serielly working programming interface using some port lines of the micro. Good luck, Kai |