??? 04/07/07 06:48 Read: times |
#136783 - Partially agree Responding to: ???'s previous message |
David Prentice said:
I am pleased that you have got your code working. Absolutely! But add those comments - so you remember (and others can easily see) how it works. However you will need to tidy it up a bit. True. It would be easiest to re-write it in C. False. The code relies upon timing loops - you do not want to be writing timing loops in 'C'!! Then you can get your structure correct. non-sequitur - it is perfectly feasible to write well-structured code in assembler! Conversely, it is all too common to see poorly structured code in 'C'! eg, see: http://www.keil.com/forum/docs/thread9632.asp |