??? 12/24/04 03:34 Read: times |
#83752 - 20Kb Code. Responding to: ???'s previous message |
Shivani said:
cannot you see i have posted only a portion of full code which is causing problem We can see the code that you had posted. But as you said that code you had typed on forum message box and was not copied ctcl+C and pasted ctrl+V from your original code. This quick typing may have some diffrences with your actual code one error you have laready seen missing 'b' right. We will be able to give you better and useful replies if you post the same part of code but not by typing but copy paste from original code. Also tell us what assembler are you using dont tell ASEM51 there are a lot of ASEM51 tell us exact name of your assembler. Along with that also let us know any assembler controls you are using in your program for example. $NOMOD51 $INCLUDE(89c51rx2.mcu) If a proper MCU SFR definition file is not included than weired thing can happen. If you know any other suspicious lines in your program that you think might be causing problem feel free to tell us. Remember the more information you give better we can help you. Regards, Prahlad Purohit |