??? 04/04/05 00:30 Read: times |
#90914 - Know assembly, take up C Responding to: ???'s previous message |
If aasembly code is the issue, but you are familiar with C, take look at the demo version of C compilers for 8051(see links). That may make your work easier. Personally I would recommend that assembly is not ignored. C as applied to the 8 bit controllers does not abstract the hardware architecture as it does for the desk tops. A thorough knowledge of the MCU's archticture is always helpful, even while coding in C. And for this nothing to beat assembly. Better would be to start off in assembly, and after some level of working in it migrate to C. Coming back to Neeha's query, I would say it is a bit confusing. Looks like the job is to read five switches and do something based on that. But it has been worded as "program for pressing 5 keys..". Some more clarity will be needed to point at possible solutions. Raghu |