??? 02/15/06 08:31 Read: times |
#110015 - Make an effort. Responding to: ???'s previous message |
Abdul Ghafoor said:
i think this will make helpful for readers to solve my problem It'd help you more if you at least made an effort to solve your own problem! please please provide me code to solve my problem, i hope after this some expert will give me code. No! This is not a free code shop! See Rule 2: http://www.8052.com/forum/rules.phtml Please read the following instructions on how to post code so that the formatting is retained: http://www.8052.com/forum/read.phtml?id=82476 Remember to use the 'Preview' button to check your text before 'Post' The code you have posted doesn't even build - there are two basic errors. If the code doesn't build, you can't have tested it! Therefore, your first step must be to get the code to build without errors or warnings. You may need to refer to your assembler Manuals to do this. If you need help in fixing the errors, post specific questions - don't just say "give me code that works!" Once you've got the code to build without errors or warnings, run it in a simulator to check that it's at least doing what you think it should do. Again, if you need help post specific questions giving details of what you did, what happened, what you expected to happen, and what efforts you have made to explain the difference. Make an attempt to Debug your own code. Once you have the code running in a simulator, then you can move to your real target. |