??? 06/23/06 12:08 Read: times |
#118940 - Again Responding to: ???'s previous message |
Peter Dannegger said:
Its really a very excellent example of spaghetti code ... You should rewrite it in such a manner, that small subroutines are used with a RET on its end and a header statement, which declare the parameter passing and the function of the module.
http://www.8052.com/forum/read.phtml?id=118935 Which is pretty much what Russel said to you before: Russell Bull said: ... I would suggest that in re-formatting your code that you look carefully at how it works ... Think about how you could write your code better so that you can determine easily where the problem is. Separate the code into blocks and check the operation of each block. You should be able to find the problem easily.
http://www.8052.com/forum/read.phtml?id=118695 |